diff options
Diffstat (limited to 'linden/indra/newview/llviewerimage.h')
-rw-r--r-- | linden/indra/newview/llviewerimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerimage.h b/linden/indra/newview/llviewerimage.h index 732c773..c90a672 100644 --- a/linden/indra/newview/llviewerimage.h +++ b/linden/indra/newview/llviewerimage.h | |||
@@ -285,7 +285,7 @@ public: | |||
285 | void setKnownDrawSize(S32 width, S32 height); | 285 | void setKnownDrawSize(S32 width, S32 height); |
286 | 286 | ||
287 | void setIsMissingAsset(); | 287 | void setIsMissingAsset(); |
288 | BOOL isMissingAsset() { return mIsMissingAsset; } | 288 | BOOL isMissingAsset() const { return mIsMissingAsset; } |
289 | 289 | ||
290 | bool hasCallbacks() { return mLoadedCallbackList.empty() ? false : true; } | 290 | bool hasCallbacks() { return mLoadedCallbackList.empty() ? false : true; } |
291 | 291 | ||