]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / dc.h
index 3546f82a1dd20eacc4ba9ac36a64f2161b8e6dad..6deddb04f9606aa85fff8d8eb0cbaf5669477cd2 100644 (file)
@@ -97,7 +97,7 @@ protected:
 // global variables
 // ---------------------------------------------------------------------------
 
 // global variables
 // ---------------------------------------------------------------------------
 
-WXDLLEXPORT_DATA(extern int) wxPageNumber;
+extern WXDLLEXPORT_DATA(int) wxPageNumber;
 
 // ---------------------------------------------------------------------------
 // wxDC is the device context - object on which any drawing is done
 
 // ---------------------------------------------------------------------------
 // wxDC is the device context - object on which any drawing is done