Author: matt
Date: 2012-05-17 13:50:17 -0700 (Thu, 17 May 2012)
New Revision: 9520
Log:
Fixed wrong include.

Modified:
   branches/branch-3.0/include/fltk3/Symbol.h

Modified: branches/branch-3.0/include/fltk3/Symbol.h
===================================================================
--- branches/branch-3.0/include/fltk3/Symbol.h  2012-05-17 20:45:40 UTC (rev 
9519)
+++ branches/branch-3.0/include/fltk3/Symbol.h  2012-05-17 20:50:17 UTC (rev 
9520)
@@ -32,7 +32,6 @@
 #ifndef FLTK3_SYMBOL_H
 #define FLTK3_SYMBOL_H
 
-#include <fltk3/FL_API.h>
 #include <fltk3/enumerations.h>
 #include <fltk3/Rectangle.h>
 
@@ -41,7 +40,7 @@
   
   class Style;
   
-  class FL_API Symbol {
+  class FLTK3_EXPORT Symbol {
     const char* name_;
     Rectangle inset_;
     

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

Reply via email to