diff options
author | Rider Linden <rider@lindenlab.com> | 2016-09-26 10:55:25 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-09-26 10:55:25 -0700 |
commit | bee933049f3b3bb7073f2576483e78a0420e5e21 (patch) | |
tree | 67de2d289e35929be636e668dd860895c217d7ec /indra/llimage/llimage.h | |
parent | 9e25ba239044b9708259ea3d4617cb6cfdcea458 (diff) | |
parent | 42dce6766435da1deaea19e837629fdf38c0018d (diff) |
Merge
Diffstat (limited to 'indra/llimage/llimage.h')
-rw-r--r-- | indra/llimage/llimage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index adc650d360..9cc7431a9c 100644 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -277,6 +277,9 @@ protected: public: static S32 sGlobalRawMemory; static S32 sRawImageCount; + +private: + bool validateSrcAndDst(std::string func, LLImageRaw* src, LLImageRaw* dst); }; // Compressed representation of image. |