]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dcmemory.h
added virtual list control functions (but not implemented them yet) to the native...
[wxWidgets.git] / include / wx / mac / dcmemory.h
index 642ae88afd1942acdb6fbf8880eec871bebe7649..ab38f69f9cb3ef294138a7f83cca616fde46f0a1 100644 (file)
@@ -27,7 +27,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 ) const;
+    virtual void DoGetSize( int *width, int *height ) const;
                wxBitmap        GetSelectedObject() { return m_selected ; }
   private: 
     wxBitmap  m_selected;