X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52750c2e106113bc8d1c46289474adfd405d5ade..6df6e35a3eae74404f15f8f7c09ce19c29f47b4a:/include/wx/mgl/dcmemory.h?ds=inline diff --git a/include/wx/mgl/dcmemory.h b/include/wx/mgl/dcmemory.h index 8e85ffe722..8bda585ff4 100644 --- a/include/wx/mgl/dcmemory.h +++ b/include/wx/mgl/dcmemory.h @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __WX_DCMEMORY_H__ #define __WX_DCMEMORY_H__ -#ifdef __GNUG__ -#pragma interface "dcmemory.h" -#endif - #include "wx/defs.h" #include "wx/dcclient.h" @@ -31,9 +26,9 @@ class WXDLLEXPORT wxMemoryDC; class WXDLLEXPORT wxMemoryDC : public wxDC { public: - wxMemoryDC(); + wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap ); wxMemoryDC(wxDC *dc); // Create compatible DC - ~wxMemoryDC(); + virtual ~wxMemoryDC(); virtual void SelectObject(const wxBitmap& bitmap); // these get reimplemented for mono-bitmaps to behave