]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/colschem.h
Never refresh controls from EVT_PAINT handler in wxPropertyGrid.
[wxWidgets.git] / include / wx / univ / colschem.h
index b591c7d0e22df3d135eb67de76b99d1c5563377a..f6a4ae30d07a5ecf7c3601d5368a97a9a29a4bc2 100644 (file)
@@ -21,7 +21,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindow;
 // wxColourScheme
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxColourScheme
+class WXDLLIMPEXP_CORE wxColourScheme
 {
 public:
     // the standard colours
@@ -81,7 +81,7 @@ public:
     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 :-)