Skip to content
Snippets Groups Projects
Commit 1cc24544 authored by Loren Shih's avatar Loren Shih
Browse files

Fixed compile error in mistakenly-checked-in llvoavatarself.h

parent 1b56e796
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,6 @@ class LLVOAvatarSelf : ...@@ -213,7 +213,6 @@ class LLVOAvatarSelf :
void setCachedBakedTexture(LLVOAvatarDefines::ETextureIndex i, const LLUUID& uuid); void setCachedBakedTexture(LLVOAvatarDefines::ETextureIndex i, const LLUUID& uuid);
void forceBakeAllTextures(bool slam_for_debug = false); void forceBakeAllTextures(bool slam_for_debug = false);
static void processRebakeAvatarTextures(LLMessageSystem* msg, void**); static void processRebakeAvatarTextures(LLMessageSystem* msg, void**);
BOOL
protected: protected:
/*virtual*/ void removeMissingBakedTextures(); /*virtual*/ void removeMissingBakedTextures();
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment