diff options
Diffstat (limited to 'indra/newview/llfloatertools.h')
| -rw-r--r--[-rwxr-xr-x] | indra/newview/llfloatertools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h index 189bae46c2..8f586f7da6 100755..100644 --- a/indra/newview/llfloatertools.h +++ b/indra/newview/llfloatertools.h @@ -198,14 +198,17 @@ public: private: BOOL mDirty; + BOOL mHasSelection; std::map<std::string, std::string> mStatusText; + protected: LLSD mMediaSettings; public: static bool sShowObjectCost; + static bool sPreviousFocusOnAvatar; }; |
