]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
"const" added to wxAccelTable ctor
[wxWidgets.git] / include / wx / msw / dcclient.h
index 126eb39076a9e6978b110ff67b57e9184c13509b..3d3ba318861daf3a582899866eab841475f8a10f 100644 (file)
@@ -58,7 +58,7 @@ class WXDLLEXPORT wxPaintDC: public wxDC
 
  protected:
     static WXHDC ms_PaintHDC;
-    static uint  ms_PaintCount;
+    static size_t  ms_PaintCount;
 };
 
 #endif