]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcscreen.h
* wxMemory*Stream link problem fix.
[wxWidgets.git] / include / wx / msw / dcscreen.h
index 16c15281691b2f38143f1be31d1e707d9e9ec04f..09d1ac51d0f6f9ef13f54886f2c9a97e36c49911 100644 (file)
@@ -29,8 +29,8 @@ class WXDLLEXPORT wxScreenDC: public wxDC
 
   // Compatibility with X's requirements for
   // drawing on top of all windows
-  static bool StartDrawingOnTop(wxWindow *window) { return TRUE; }
-  static bool StartDrawingOnTop(wxRectangle *rect = NULL) { return TRUE; }
+  static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; }
+  static bool StartDrawingOnTop(wxRectangle* WXUNUSED(rect) = NULL) { return TRUE; }
   static bool EndDrawingOnTop(void) { return TRUE; }
 };