Author: matt
Date: 2012-08-13 14:19:53 -0700 (Mon, 13 Aug 2012)
New Revision: 9663
Log:
Adding missing FLTK3_EXPORT


Modified:
   branches/branch-3.0/include/fltk3/Object.h
   branches/branch-3.0/include/fltk3/Style.h

Modified: branches/branch-3.0/include/fltk3/Object.h
===================================================================
--- branches/branch-3.0/include/fltk3/Object.h  2012-08-13 21:06:22 UTC (rev 
9662)
+++ branches/branch-3.0/include/fltk3/Object.h  2012-08-13 21:19:53 UTC (rev 
9663)
@@ -32,6 +32,9 @@
 #define FLTK3_OBJECT_H
 
 
+#include "Export.h"
+
+
 namespace fltk3 {
   
   class Wrapper; 
@@ -48,7 +51,7 @@
    a bit convoluted at first, but the use is straight forward and creates a 
true
    relationship between this library and any other frontend.
    */
-  class Object {
+  class FLTK3_EXPORT Object {
     
   protected:
     Wrapper *pWrapper;

Modified: branches/branch-3.0/include/fltk3/Style.h
===================================================================
--- branches/branch-3.0/include/fltk3/Style.h   2012-08-13 21:06:22 UTC (rev 
9662)
+++ branches/branch-3.0/include/fltk3/Style.h   2012-08-13 21:19:53 UTC (rev 
9663)
@@ -33,11 +33,12 @@
 
 
 #include "enumerations.h"
+#include "Export.h"
 
 
 namespace fltk3 {
   
-  class Style {
+  class FLTK3_EXPORT Style {
     
   public:
     

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

Reply via email to