]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
qadll depends on coredll. First part of OS X shared library build fix.
[wxWidgets.git] / include / wx / dc.h
index 3546f82a1dd20eacc4ba9ac36a64f2161b8e6dad..0e6d1d055bd64fce4005246461b4d0200891e5e2 100644 (file)
@@ -97,7 +97,7 @@ protected:
 // global variables
 // ---------------------------------------------------------------------------
 
-WXDLLEXPORT_DATA(extern int) wxPageNumber;
+extern WXDLLEXPORT_DATA(int) wxPageNumber;
 
 // ---------------------------------------------------------------------------
 // wxDC is the device context - object on which any drawing is done
@@ -348,7 +348,7 @@ public:
      *  \param angle Rotating angle (counterclockwise, start at 3 o'clock, 360 is full circle).
      *  \param center Center of rotation.
      */
-    void Rotate( wxList* points, double angle, wxPoint center = wxPoint() );
+    void Rotate( wxList* points, double angle, wxPoint center = wxPoint(0,0) );
 
     // used by DrawEllipticArcRot
     // Careful: wxList gets filled with points you have to delete later.