]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcscreen.h
compilation fixes for wxMSW
[wxWidgets.git] / include / wx / msw / dcscreen.h
index c3b75bd02bef4e69d9a87197632836c78d5bf616..67a0cbd95e6203d32f4ac41341060d861653c767 100644 (file)
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC
   // Compatibility with X's requirements for
   // drawing on top of all windows
   static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; }
-  static bool StartDrawingOnTop(wxRectangle* WXUNUSED(rect) = NULL) { return TRUE; }
+  static bool StartDrawingOnTop(wxRect* WXUNUSED(rect) = NULL) { return TRUE; }
   static bool EndDrawingOnTop(void) { return TRUE; }
 };