]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/qt/dcscreen.h
fixed GetMargins() compilation
[wxWidgets.git] / include / wx / qt / dcscreen.h
index 12d4996e706eb64e599fc519b860cdc79fd977ea..27961a1caa0369e6a2387876d5aa418415dea8aa 100644 (file)
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxPaintDC
   // 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() { return TRUE; }
 };