X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..8e7cb70ce34a3ba10fed3a7a708d66543eb314a6:/include/wx/mgl/dcmemory.h diff --git a/include/wx/mgl/dcmemory.h b/include/wx/mgl/dcmemory.h index 96ad1a3c1c..73407d12f9 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__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "dcmemory.h" -#endif - #include "wx/defs.h" #include "wx/dcclient.h" @@ -33,7 +28,7 @@ class WXDLLEXPORT wxMemoryDC : public wxDC public: wxMemoryDC(); wxMemoryDC(wxDC *dc); // Create compatible DC - ~wxMemoryDC(); + virtual ~wxMemoryDC(); virtual void SelectObject(const wxBitmap& bitmap); // these get reimplemented for mono-bitmaps to behave