summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-09 00:00:56 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-09 00:00:56 +0200
commitabbf5ff4b95ba4711f9ba6352650ce5e23f4c1e0 (patch)
tree0559aebd49b3df0f2089fc1780ff1477d2d7a720 /indra/llimage/llimage.cpp
parentb5f861ae8498a76915e342a7b2d2cd23d565dd37 (diff)
parentb6dc755786fb06ab109eb36f402a25edaf24ce14 (diff)
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/llimage/llimage.cpp')
-rw-r--r--indra/llimage/llimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index 43b6b3bcd6..a07ea14621 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -800,7 +800,7 @@ U8* LLImageBase::getData()
return mData;
}
-bool LLImageBase::isBufferInvalid()
+bool LLImageBase::isBufferInvalid() const
{
return mBadBufferAllocation || mData == NULL ;
}