summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-03-21 01:40:35 -0700
committerAnchor Linden <anchor@lindenlab.com>2018-03-21 01:40:35 -0700
commitf33541443532551f58ff0b16560ec4af398e520f (patch)
tree040f9340b40bef83abdb16185f0f5842d4a3e2c0 /indra/newview/lltexturectrl.h
parentac558e384214e22b4a8da2045854e2180b7428bf (diff)
fixed MAINT-8413,8409,8408
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r--indra/newview/lltexturectrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h
index ee43fdfb9e..b43ad69687 100644
--- a/indra/newview/lltexturectrl.h
+++ b/indra/newview/lltexturectrl.h
@@ -198,7 +198,7 @@ public:
LLViewerFetchedTexture* getTexture() { return mTexturep; }
- void setBakeTextureEnabled(BOOL enabled) { mBakeTextureEnabled = enabled; }
+ void setBakeTextureEnabled(BOOL enabled);
private:
BOOL allowDrop(LLInventoryItem* item);