]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/dcscreen.h
Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
[wxWidgets.git] / include / wx / mgl / dcscreen.h
index a60a4f2cac872c7fe6e53fb294c3125d72c5558c..ccf1c218e9744420455815415ed545d99bb83e93 100644 (file)
@@ -22,7 +22,7 @@ class WXDLLIMPEXP_FWD_CORE wxScreenDC;
 // wxScreenDC
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxScreenDC: public wxDC
+class WXDLLIMPEXP_CORE wxScreenDC: public wxDC
 {
 public:
     wxScreenDC();
@@ -31,7 +31,7 @@ public:
     static bool StartDrawingOnTop(wxWindow *WXUNUSED(window)) { return TRUE; }
     static bool StartDrawingOnTop(wxRect *WXUNUSED(rect) = NULL) { return TRUE; }
     static bool EndDrawingOnTop() { return TRUE; }
-  
+
 private:
     DECLARE_DYNAMIC_CLASS(wxScreenDC)
 };