diff options
Diffstat (limited to 'FL/Fl_Float_Input.H')
| -rw-r--r-- | FL/Fl_Float_Input.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Float_Input.H b/FL/Fl_Float_Input.H index 09267f99d..c564d746a 100644 --- a/FL/Fl_Float_Input.H +++ b/FL/Fl_Float_Input.H @@ -39,7 +39,7 @@ that only allows the user to type floating point numbers (sign, digits, decimal point, more digits, 'E' or 'e', sign, digits). */ -class FL_EXPORT Fl_Float_Input : public Fl_Input { +class Fl_Float_Input : public Fl_Input { // don't use FL_EXPORT here ! public: /** Creates a new Fl_Float_Input widget using the given position, |
