]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcclient.cpp
no message
[wxWidgets.git] / src / msw / dcclient.cpp
index 48f1c0345cecef067c37fb9245b1c99aa56793bf..a7becdbf5cf7b670158dd69bde1aefee0a54e361 100644 (file)
 #pragma implementation "dcclient.h"
 #endif
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma implementation "dcclient.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -99,8 +94,8 @@ static PAINTSTRUCT g_paintStruct;
 // Don't call Begin/EndPaint if it's already been called:
 // for example, if calling a base class OnPaint.
 
-WXHDC wxPaintDC::ms_PaintHDC = 0;
-size_t  wxPaintDC::ms_PaintCount = 0; // count of ms_PaintHDC usage
+WXHDC  wxPaintDC::ms_PaintHDC = 0;
+size_t wxPaintDC::ms_PaintCount = 0; // count of ms_PaintHDC usage
 
 wxPaintDC::wxPaintDC(wxWindow *canvas)
 {
@@ -132,7 +127,7 @@ wxPaintDC::~wxPaintDC()
       m_hDC = NULL;
       ms_PaintHDC = NULL;
     }
-    //else: ms_PaintHDC still in use
+    else { }//: ms_PaintHDC still in use
   }
 }