diff options
Diffstat (limited to 'indra/newview/llenvironment.h')
-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; |