From a700c2a2e97eaa934b6ba570c6885243918cc1ab Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 8 Nov 2017 16:28:02 -0800 Subject: Quick fix --- indra/newview/llenvironment.h | 8 ++++---- 1 file 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 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; -- cgit v1.2.3