Add Fl_Valuator destructor.
This is required by Swig to generate code for wrapping FLTK for Python and potentially other languages. It has no impact on the API or ABI.
This commit is contained in:
parent
6c7b005a95
commit
ca786597f7
@ -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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user