]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcmemory.h
Use wxRound instead of wxCoordRound
[wxWidgets.git] / include / wx / msw / dcmemory.h
index 19ad43e38442507be632bb79d6081b02ba57fc36..1e138b2e329f7f0cfdaccf813f2a038bf7ff2202 100644 (file)
 #ifndef _WX_DCMEMORY_H_
 #define _WX_DCMEMORY_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcmemory.h"
-#endif
-
 #include "wx/dcclient.h"
 
 class WXDLLEXPORT wxMemoryDC : public wxDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC(wxDC *dc); // Create compatible DC
 
     virtual void SelectObject(const wxBitmap& bitmap);