diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Value_Input.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 82b5cc8f2..6cba43e6d 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -76,6 +76,7 @@ public: void draw(); void resize(int,int,int,int); Fl_Value_Input(int x,int y,int w,int h,const char *l=0); + ~Fl_Value_Input(); /** See void Fl_Value_Input::soft(char s) */ void soft(char s) {soft_ = s;} |
