diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-05 00:58:09 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-05 00:58:09 +0300 |
commit | f459c67faea4bfcbca8e88c6d8b66319b4b461aa (patch) | |
tree | 8086729f6b2494b22b5f3bc7f8a0b41b74b736b8 /indra/llimage | |
parent | 2ce38c3c9890f6cf65238e125a78cdc57841f3bd (diff) |
Buildfix: brought back LINDEN_J2C_COMMENT_PREFIX
Diffstat (limited to 'indra/llimage')
-rw-r--r-- | indra/llimage/llimagej2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index 44aff98494..e196f7479e 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -130,6 +130,8 @@ protected: friend class LLImageJ2C; }; +#define LINDEN_J2C_COMMENT_PREFIX "LL_" // Used by LLAppearanceUtility + // // This class is used for performance data gathering only. // Tracks the image compression / decompression data, |