Author: yuri
Date: 2010-12-28 10:33:46 -0800 (Tue, 28 Dec 2010)
New Revision: 8132
Log:
remove FL_EXPORT - fix link error of users programs


Modified:
   branches/branch-1.3/FL/Fl_Float_Input.H
   branches/branch-1.3/FL/Fl_Output.H

Modified: branches/branch-1.3/FL/Fl_Float_Input.H
===================================================================
--- branches/branch-1.3/FL/Fl_Float_Input.H     2010-12-28 18:30:48 UTC (rev 
8131)
+++ branches/branch-1.3/FL/Fl_Float_Input.H     2010-12-28 18:33:46 UTC (rev 
8132)
@@ -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,

Modified: branches/branch-1.3/FL/Fl_Output.H
===================================================================
--- branches/branch-1.3/FL/Fl_Output.H  2010-12-28 18:30:48 UTC (rev 8131)
+++ branches/branch-1.3/FL/Fl_Output.H  2010-12-28 18:33:46 UTC (rev 8132)
@@ -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,

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to