summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-08 17:21:05 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-08 17:21:05 +0200
commita65b586b184d9837e0586b4df0d2e758ccce63f6 (patch)
tree1708be9949cc91306f7fbf90fb5664d9e0eeb48d /indra/llimage/llimage.h
parent2abd0eef41a94d5626ca9f5f1b18aa959157c50f (diff)
MAINT-6729 Additional fix for crash in LLImageGL::analyzeAlpha()
Diffstat (limited to 'indra/llimage/llimage.h')
-rw-r--r--indra/llimage/llimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h
index 9cc7431a9c..d0bd4a2aef 100644
--- a/indra/llimage/llimage.h
+++ b/indra/llimage/llimage.h
@@ -141,7 +141,7 @@ public:
const U8 *getData() const ;
U8 *getData() ;
- bool isBufferInvalid() ;
+ bool isBufferInvalid() const;
void setSize(S32 width, S32 height, S32 ncomponents);
U8* allocateDataSize(S32 width, S32 height, S32 ncomponents, S32 size = -1); // setSize() + allocateData()