diff options
Diffstat (limited to 'indra/newview/llfloaterdaycycle.h')
-rw-r--r-- | indra/newview/llfloaterdaycycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterdaycycle.h b/indra/newview/llfloaterdaycycle.h index 246a0357ba..e44d18cf74 100644 --- a/indra/newview/llfloaterdaycycle.h +++ b/indra/newview/llfloaterdaycycle.h @@ -58,9 +58,11 @@ public: /// Menuing system for adjusting the atmospheric settings of the world. class LLFloaterDayCycle : public LLFloater { + LOG_CLASS(LLFloaterDayCycle); public: LLFloaterDayCycle(const LLSD &key); virtual ~LLFloaterDayCycle(); + /*virtual*/ BOOL postBuild(); // map of sliders to parameters static std::map<std::string, LLWLCycleSliderKey> sSliderToKey; |