summaryrefslogtreecommitdiff
path: root/indra/newview/lldebugmessagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldebugmessagebox.h')
-rw-r--r--indra/newview/lldebugmessagebox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldebugmessagebox.h b/indra/newview/lldebugmessagebox.h
index d90d7b1a5f..5e89c6614d 100644
--- a/indra/newview/lldebugmessagebox.h
+++ b/indra/newview/lldebugmessagebox.h
@@ -86,10 +86,10 @@ protected:
LLSliderCtrl* mSlider3;
LLButton* mAnimateButton;
LLTextBox* mText;
- LLString mTitle;
+ std::string mTitle;
BOOL mAnimate;
- static std::map<LLString, LLDebugVarMessageBox*> sInstances;
+ static std::map<std::string, LLDebugVarMessageBox*> sInstances;
};
#endif // LL_LLMESSAGEBOX_H