]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
unused parameter warnings suppressed
[wxWidgets.git] / include / wx / window.h
index e0779b8b160724c8320f723f820cf018ae234a16..5edeba5569bf5be5bb50dad087eae7b7c7b98fe3 100644 (file)
@@ -424,7 +424,7 @@ public:
     virtual void Clear() = 0;
 
         // adjust DC for drawing on this window
-    virtual void PrepareDC( wxDC &dc ) { }
+    virtual void PrepareDC( wxDC & WXUNUSED(dc) ) { }
 
         // the update region of the window contains the areas which must be
         // repainted by the program