diff options
Diffstat (limited to 'indra/newview/lldebugmessagebox.h')
-rw-r--r-- | indra/newview/lldebugmessagebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldebugmessagebox.h b/indra/newview/lldebugmessagebox.h index e95fe5a192..3160ee24b5 100644 --- a/indra/newview/lldebugmessagebox.h +++ b/indra/newview/lldebugmessagebox.h @@ -80,7 +80,7 @@ protected: LLButton* mAnimateButton; LLTextBox* mText; std::string mTitle; - BOOL mAnimate; + bool mAnimate; static std::map<std::string, LLDebugVarMessageBox*> sInstances; }; |