X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e21fc053d9017f79ad71675db8d2e1497049159..58211774c81794d1408967203294af1206b29394:/include/wx/cocoa/dcmemory.h diff --git a/include/wx/cocoa/dcmemory.h b/include/wx/cocoa/dcmemory.h index 889b5ce9bd..e5126c6896 100644 --- a/include/wx/cocoa/dcmemory.h +++ b/include/wx/cocoa/dcmemory.h @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_DCMEMORY_H__ @@ -18,9 +18,9 @@ class WXDLLEXPORT wxMemoryDC: public wxDC { DECLARE_DYNAMIC_CLASS(wxMemoryDC) public: - wxMemoryDC(void); + wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap ); wxMemoryDC( wxDC *dc ); // Create compatible DC - ~wxMemoryDC(void); + virtual ~wxMemoryDC(void); virtual void SelectObject(const wxBitmap& bitmap); virtual void DoGetSize(int *width, int *height) const; protected: @@ -36,4 +36,5 @@ protected: int logicalFunc, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask); }; -#endif // __WX_COCOA_DCMEMORY_H__ +#endif + // __WX_COCOA_DCMEMORY_H__