// wxMemoryDC
//-----------------------------------------------------------------------------
-class wxMemoryDC: public wxWindowDC
+class wxMemoryDC : public wxWindowDC
{
DECLARE_DYNAMIC_CLASS(wxMemoryDC)
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
- void GetSize( int *width, int *height ) const;
+ void DoGetSize( int *width, int *height ) const;
// implementation