diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 17:46:56 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 17:46:56 +0300 |
commit | 3ce8ea1dff578511344c453b281ddfc592a56c58 (patch) | |
tree | 9d011e1ab2cf336d3c26a95c271a6bfc5d103614 /indra/newview/llfloatereditsky.h | |
parent | 7151a4e6b02f02155387fc595034a42aebd7ec9c (diff) |
STORM-1255 WIP Moved stuff around for consistency between the header and the .cpp.
Diffstat (limited to 'indra/newview/llfloatereditsky.h')
-rw-r--r-- | indra/newview/llfloatereditsky.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditsky.h b/indra/newview/llfloatereditsky.h index 70a90fb5b3..89e7719270 100644 --- a/indra/newview/llfloatereditsky.h +++ b/indra/newview/llfloatereditsky.h @@ -55,6 +55,8 @@ private: //-- WL stuff begins ------------------------------------------------------ + void syncControls(); /// sync up sliders with parameters + // general purpose callbacks for dealing with color controllers void onColorControlRMoved(LLUICtrl* ctrl, void* userdata); void onColorControlGMoved(LLUICtrl* ctrl, void* userdata); @@ -78,8 +80,6 @@ private: void onCloudScrollXToggled(LLUICtrl* ctrl); void onCloudScrollYToggled(LLUICtrl* ctrl); - void syncControls(); /// sync up sliders with parameters - //-- WL stuff ends -------------------------------------------------------- bool isNewPreset() const; |