code using ms_PaintDC changed a little (a couple of asserts added, the behaviour

did not change)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-08-07 22:22:30 +00:00
parent d2aef3124b
commit 83626bfa72
2 changed files with 31 additions and 37 deletions

View File

@@ -57,8 +57,8 @@ class WXDLLEXPORT wxPaintDC: public wxDC
~wxPaintDC(void);
protected:
static WXHDC m_staticPaintHDC ;
static int m_staticPaintCount ;
static WXHDC ms_PaintHDC;
static uint ms_PaintCount;
};
#endif