diff options
Diffstat (limited to 'indra/newview/llfloaterwater.h')
-rw-r--r-- | indra/newview/llfloaterwater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterwater.h b/indra/newview/llfloaterwater.h index 8b3915bfe9..3bdec389f3 100644 --- a/indra/newview/llfloaterwater.h +++ b/indra/newview/llfloaterwater.h @@ -107,8 +107,8 @@ public: private: static std::set<std::string> sDefaultPresets; - static LLEnvKey::EScope sScope; - static std::string sOriginalTitle; + static LLEnvKey::EScope sScope; + static std::string sOriginalTitle; static LLFloaterWater* sWater; }; |