]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dcmemory.h
Some work on tabbing and menu accels,
[wxWidgets.git] / include / wx / gtk1 / dcmemory.h
index ea4a1f157100baf9ad95c456b0385006e46527a2..2100ee7f75fb49e32b4faa38f6e5368e2dae0569 100644 (file)
@@ -28,7 +28,7 @@ class wxMemoryDC;
 // wxMemoryDC
 //-----------------------------------------------------------------------------
 
-class wxMemoryDC: public wxWindowDC
+class wxMemoryDC : public wxWindowDC
 {
   DECLARE_DYNAMIC_CLASS(wxMemoryDC)
 
@@ -37,7 +37,7 @@ public:
   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