]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/colschem.h
Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa.
[wxWidgets.git] / include / wx / univ / colschem.h
index 451c0ed4b31bdcd6c2b5d6a5e7f4d2e07a9db7ca..f6a4ae30d07a5ecf7c3601d5368a97a9a29a4bc2 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_UNIV_COLSCHEM_H_
 #define _WX_UNIV_COLSCHEM_H_
 
 #ifndef _WX_UNIV_COLSCHEM_H_
 #define _WX_UNIV_COLSCHEM_H_
 
-class WXDLLEXPORT wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
 
 #include "wx/colour.h"
 #include "wx/checkbox.h"
 
 #include "wx/colour.h"
 #include "wx/checkbox.h"
@@ -21,7 +21,7 @@ class WXDLLEXPORT wxWindow;
 // wxColourScheme
 // ----------------------------------------------------------------------------
 
 // wxColourScheme
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxColourScheme
+class WXDLLIMPEXP_CORE wxColourScheme
 {
 public:
     // the standard colours
 {
 public:
     // the standard colours
@@ -81,7 +81,7 @@ public:
     virtual wxColour GetBackground(wxWindow *win) const = 0;
 
     // virtual dtor for any base class
     virtual wxColour GetBackground(wxWindow *win) const = 0;
 
     // virtual dtor for any base class
-    virtual ~wxColourScheme();
+    virtual ~wxColourScheme() {}
 };
 
 // some people just can't spell it correctly :-)
 };
 
 // some people just can't spell it correctly :-)