From f33541443532551f58ff0b16560ec4af398e520f Mon Sep 17 00:00:00 2001 From: Anchor Linden Date: Wed, 21 Mar 2018 01:40:35 -0700 Subject: fixed MAINT-8413,8409,8408 --- indra/newview/lltexturectrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lltexturectrl.h') 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); -- cgit v1.2.3