summaryrefslogtreecommitdiff
path: root/FL/Fl_Valuator.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Valuator.H')
-rw-r--r--FL/Fl_Valuator.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H
index 74f17049a..5855971fb 100644
--- a/FL/Fl_Valuator.H
+++ b/FL/Fl_Valuator.H
@@ -72,7 +72,7 @@ protected:
public:
/** Destructor is accessible despite protected constructor. */
- ~Fl_Valuator() override { }
+ ~Fl_Valuator() { }
/** Sets the minimum (a) and maximum (b) values for the valuator widget. */
void bounds(double a, double b) {min=a; max=b;}
/** Gets the minimum value for the valuator. */