diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-09 19:26:30 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-09 19:26:30 +0300 |
commit | 5e02d304f03dd6adcb99f422e3a9a67eb262b2a1 (patch) | |
tree | c14f76cd1bf82381d0c2861424a21c00082b5d8f /indra/llimage/llimage.h | |
parent | d4b1db277ca538781661bf474b733296156e5728 (diff) |
MAINT-6618 More checks
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. |