diff options
| author | Rider Linden <rider@lindenlab.com> | 2017-11-08 16:28:02 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2017-11-08 16:28:02 -0800 |
| commit | a700c2a2e97eaa934b6ba570c6885243918cc1ab (patch) | |
| tree | 3b0019aeca484523f84d38d2c6b1fd709cf24c6d | |
| parent | fe846ec9942af5ad2ab6a4aad9e8561ba9bc1fba (diff) | |
Quick fix
| -rw-r--r-- | indra/newview/llenvironment.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index 7894d2ff6e..13985bbc94 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -46,10 +46,10 @@ class LLEnvironment : public LLSingleton<LLEnvironment> LOG_CLASS(LLEnvironment); public: - static const F32Seconds LLEnvironment::TRANSITION_INSTANT; - static const F32Seconds LLEnvironment::TRANSITION_FAST; - static const F32Seconds LLEnvironment::TRANSITION_DEFAULT; - static const F32Seconds LLEnvironment::TRANSITION_SLOW; + static const F32Seconds TRANSITION_INSTANT; + static const F32Seconds TRANSITION_FAST; + static const F32Seconds TRANSITION_DEFAULT; + static const F32Seconds TRANSITION_SLOW; typedef boost::signals2::connection connection_t; |
