diff options
| author | yuri <yuri> | 2010-12-28 18:33:46 +0000 |
|---|---|---|
| committer | yuri <yuri> | 2010-12-28 18:33:46 +0000 |
| commit | ba29f189516fd71e016df9f05ba451f2b9064910 (patch) | |
| tree | f6fb1bd893f1ee6be3913090dfac3c4a10093b69 | |
| parent | 70be49de58f55602e7b2b959874f7a6e0ad549a3 (diff) | |
remove FL_EXPORT - fix link error of users programs
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_Float_Input.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Output.H | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 370eb4ba0..cb8f88807 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -50,7 +50,7 @@ assumes the font can draw any characters in the ISO-Latin1 character set. */ -class FL_EXPORT Fl_Output : public Fl_Input { +class Fl_Output : public Fl_Input { // don't use FL_EXPORT here ! public: /** Creates a new Fl_Output widget using the given position, |
