]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
Changed the event handling to use events, instead of just virtual functions.
[wxWidgets.git] / include / wx / msw / dcclient.h
index 05743e7ec3b58722c20397416d6c17694d0a50f6..3d3ba318861daf3a582899866eab841475f8a10f 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __DCCLIENTH__
-#define __DCCLIENTH__
+#ifndef _WX_DCCLIENT_H_
+#define _WX_DCCLIENT_H_
 
 #ifdef __GNUG__
 #pragma interface "dcclient.h"
@@ -57,9 +57,9 @@ class WXDLLEXPORT wxPaintDC: public wxDC
   ~wxPaintDC(void);
 
  protected:
-    static WXHDC m_staticPaintHDC ;
-    static int m_staticPaintCount ;
+    static WXHDC ms_PaintHDC;
+    static size_t  ms_PaintCount;
 };
 
 #endif
-    // __DCCLIENTH__
+    // _WX_DCCLIENT_H_