summaryrefslogtreecommitdiff
path: root/indra/newview/lllocalbitmaps.h
diff options
context:
space:
mode:
authorMNikolenko ProductEngine <mnikolenko@productengine.com>2014-05-07 11:46:47 +0300
committerMNikolenko ProductEngine <mnikolenko@productengine.com>2014-05-07 11:46:47 +0300
commitc8e4f2b10e508507a2c68f2f8eb63baf008a9eba (patch)
tree6e5a32ce5b979307e33904b61d29fd2b04fbb6c6 /indra/newview/lllocalbitmaps.h
parent849ce1e30c080d71e4af8dc8f24720274a126f4c (diff)
MAINT-4004 FIXED Check image's dimensions and show notification if it's larger than allowed.
Diffstat (limited to 'indra/newview/lllocalbitmaps.h')
-rwxr-xr-xindra/newview/lllocalbitmaps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocalbitmaps.h b/indra/newview/lllocalbitmaps.h
index 2ee84bf46e..820157000c 100755
--- a/indra/newview/lllocalbitmaps.h
+++ b/indra/newview/lllocalbitmaps.h
@@ -119,6 +119,7 @@ class LLLocalBitmapMgr
public:
static bool addUnit();
static void delUnit(LLUUID tracking_id);
+ static bool checkTextureDimensions(std::string filename);
static LLUUID getWorldID(LLUUID tracking_id);
static std::string getFilename(LLUUID tracking_id);