DECLARE_DYNAMIC_CLASS(wxMemoryDC)
public:
- wxMemoryDC();
+ wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
wxMemoryDC( wxDC *dc ); // Create compatible DC
- ~wxMemoryDC();
+ virtual ~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );