diff options
-rw-r--r-- | dw/fltkcomplexbutton.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index 43be6b57..6b3e73c1 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -23,15 +23,11 @@ #include <FL/Fl_Group.H> -extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*); - namespace dw { namespace fltk { namespace ui { -class FL_EXPORT ComplexButton : public Fl_Group { - - int shortcut_; +class ComplexButton : public Fl_Group { char value_; char oldval; uchar down_box_; |