]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcmemory.h
1. small dnd compilation fixes (no attempt to make icon setting work though)
[wxWidgets.git] / include / wx / gtk / dcmemory.h
index 10d0f2905f536a0b96b9b8f255debdd9bb4a2d5b..2100ee7f75fb49e32b4faa38f6e5368e2dae0569 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -28,7 +28,7 @@ class wxMemoryDC;
 // wxMemoryDC
 //-----------------------------------------------------------------------------
 
-class wxMemoryDC: public wxWindowDC
+class wxMemoryDC : public wxWindowDC
 {
   DECLARE_DYNAMIC_CLASS(wxMemoryDC)
 
@@ -37,10 +37,10 @@ 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
 
-  // implementation      
-    
   wxBitmap  m_selected;
 };