diff options
| -rw-r--r-- | FL/Fl_Valuator.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index 9eaf2eaac..7562b0f17 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -69,6 +69,8 @@ protected: public: + /** Destructor is accessible despite protected constructor. */ + ~Fl_Valuator() FL_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. */ |
