diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-08-05 00:50:53 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-08-05 00:50:53 +0300 |
commit | 8ba372c886e43cc591251a233d3bd5370984b83c (patch) | |
tree | 34e4ba215e71f0a84881b68f36338a0ba67fe183 /indra/llimage | |
parent | 6de863132756ffdf3778721ec9dd0f3a15bf464a (diff) | |
parent | f459c67faea4bfcbca8e88c6d8b66319b4b461aa (diff) |
Merged andreyl_productengine/viewer-427 into default
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, |