summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterfixedenvironment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.h b/indra/newview/llfloaterfixedenvironment.h
index 9eb03e0b3a..be1ba4a58b 100644
--- a/indra/newview/llfloaterfixedenvironment.h
+++ b/indra/newview/llfloaterfixedenvironment.h
@@ -54,7 +54,7 @@ public:
protected:
virtual void updateEditEnvironment() = 0;
- virtual void refresh();
+ virtual void refresh() override;
virtual void syncronizeTabs();
@@ -176,7 +176,7 @@ class LLSettingsEditPanel : public LLPanel
public:
virtual void setSettings(LLSettingsBase::ptr_t &) = 0;
- virtual void refresh() = 0;
+// virtual void refresh() override;
protected:
LLSettingsEditPanel() :