diff options
Diffstat (limited to 'indra/newview/llfloatertools.h')
-rw-r--r-- | indra/newview/llfloatertools.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h index e710947992..f56cdbecb5 100644 --- a/indra/newview/llfloatertools.h +++ b/indra/newview/llfloatertools.h @@ -97,7 +97,7 @@ public: void showMore(BOOL show_more); void showPanel(EInfoPanel panel); - void setStatusText(const LLString& text); + void setStatusText(const std::string& text); virtual void onFocusReceived(); static void setEditTool(void* data); void saveLastTool(); @@ -191,6 +191,8 @@ private: BOOL mDirty; S32 mSmallHeight; S32 mLargeHeight; + + std::map<std::string, std::string> mStatusText; }; extern LLFloaterTools *gFloaterTools; |