uint -> size_t change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-08-18 20:15:51 +00:00
parent 0cf2cb360f
commit 3cda63537e
7 changed files with 21 additions and 21 deletions

View 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