]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcmemory.h
Version 0.4 of wxPython for MSW.
[wxWidgets.git] / include / wx / gtk / dcmemory.h
index 7afbb3295d640c2f22d3aa229b8147f9b4bac740..c5854c5110f9c8c3945f0576004d952c883c947e 100644 (file)
@@ -38,7 +38,7 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC
     wxMemoryDC( wxDC *dc ); // Create compatible DC
     ~wxMemoryDC(void);
     virtual void SelectObject( const wxBitmap& bitmap );
-    void GetSize( int *width, int *height );
+    void GetSize( int *width, int *height ) const;
 
   private: 
     friend wxPaintDC;