diff options
author | Rider Linden <rider@lindenlab.com> | 2017-11-03 11:28:08 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-11-03 11:28:08 -0700 |
commit | 61e6632a713041e8e4ccebf72874767238bf8a48 (patch) | |
tree | d1134597b1ac03812fccf0ef21171f9577bc522d /indra/newview/llfloaterenvironmentsettings.h | |
parent | 2161788711f6d89564afc933707b6a0b8c1b0562 (diff) |
Initial day cycle impl.
Diffstat (limited to 'indra/newview/llfloaterenvironmentsettings.h')
-rw-r--r-- | indra/newview/llfloaterenvironmentsettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterenvironmentsettings.h b/indra/newview/llfloaterenvironmentsettings.h index 0ab458a0f6..2236d57ff4 100644 --- a/indra/newview/llfloaterenvironmentsettings.h +++ b/indra/newview/llfloaterenvironmentsettings.h @@ -40,6 +40,7 @@ public: LLFloaterEnvironmentSettings(const LLSD &key); /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); + /*virtual*/ void onClose(bool app_quitting); private: void onSwitchRegionSettings(); |