summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneleditwater.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpaneleditwater.h')
-rw-r--r--indra/newview/llpaneleditwater.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llpaneleditwater.h b/indra/newview/llpaneleditwater.h
index c617316463..69034789c4 100644
--- a/indra/newview/llpaneleditwater.h
+++ b/indra/newview/llpaneleditwater.h
@@ -55,8 +55,8 @@ protected:
LLSettingsWater::ptr_t mWaterSettings;
};
-// *RIDER* In this case this split is unecessary since there is only a single
-// tab page for water settings at this point. However more may be added in the
+// *RIDER* In this case this split is unecessary since there is only a single
+// tab page for water settings at this point. However more may be added in the
// future and I want to reinforce the pattern used for sky/atmosphere tabs.
class LLPanelSettingsWaterMainTab : public LLPanelSettingsWater
{
@@ -65,8 +65,8 @@ class LLPanelSettingsWaterMainTab : public LLPanelSettingsWater
public:
LLPanelSettingsWaterMainTab();
- virtual bool postBuild() override;
- virtual void setEnabled(bool enabled) override;
+ virtual bool postBuild() override;
+ virtual void setEnabled(bool enabled) override;
protected:
virtual void refresh() override;