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 7562b0f17..7587bb298 100644
--- a/FL/Fl_Valuator.H
+++ b/FL/Fl_Valuator.H
@@ -70,7 +70,7 @@ protected:
public:
/** Destructor is accessible despite protected constructor. */
- ~Fl_Valuator() FL_OVERRIDE { }
+ ~Fl_Valuator() override { }
/** 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. */