diff options
author | James Cook <james@lindenlab.com> | 2010-05-25 15:10:42 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-25 15:10:42 -0700 |
commit | 659163c15cb0bb52ca960ddf417b9c6b874c357a (patch) | |
tree | 51906694c500518c43de8a91d8fd87b02c17e394 /indra/newview | |
parent | 687b4907216339b5ff2b79a5a6c5dfdfb6deeba2 (diff) |
Fix build
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoavatarself.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index ce37ba2766..606ecad037 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -213,7 +213,7 @@ public: void setCachedBakedTexture(LLVOAvatarDefines::ETextureIndex i, const LLUUID& uuid); void forceBakeAllTextures(bool slam_for_debug = false); static void processRebakeAvatarTextures(LLMessageSystem* msg, void**); - BOOL + protected: /*virtual*/ void removeMissingBakedTextures(); private: |