diff options
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 06c9af6c2f..9c2e5461b2 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -518,7 +518,7 @@ BOOL LLVOAvatarSelf::buildMenus() return TRUE; } -LLVOAvatarSelf::cleanup() +void LLVOAvatarSelf::cleanup() { markDead(); delete mScreenp; |