diff options
Diffstat (limited to 'indra/newview/llpaneleditsky.h')
-rw-r--r-- | indra/newview/llpaneleditsky.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/llpaneleditsky.h b/indra/newview/llpaneleditsky.h index 002586b550..c02c9c95a0 100644 --- a/indra/newview/llpaneleditsky.h +++ b/indra/newview/llpaneleditsky.h @@ -76,6 +76,10 @@ private: void onDensityMultipChanged(); void onDistanceMultipChanged(); void onMaxAltChanged(); + void onMoistureLevelChanged(); + void onDropletRadiusChanged(); + void onIceLevelChanged(); + }; class LLPanelSettingsSkyCloudTab : public LLPanelSettingsSky @@ -160,9 +164,6 @@ protected: void onAbsorptionLinearChanged(); void onAbsorptionConstantChanged(); void onAbsorptionMaxAltitudeChanged(); - void onMoistureLevelChanged(); - void onDropletRadiusChanged(); - void onIceLevelChanged(); // update the settings for our profile type void updateProfile(); |