]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bmpcbox.h
Set svn properties correctly for the newly added files.
[wxWidgets.git] / include / wx / msw / bmpcbox.h
index b2c7e90a41f61a150ec4917b0cd2bc5e600cffd7..1812a9f204afc83390b71cdcaffbc971e3b44299 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxBitmapComboBox
 // Author:      Jaakko Salli
 // Created:     2008-04-06
-// RCS-ID:      $Id:$
+// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -120,6 +120,7 @@ protected:
     virtual void DoDeleteOneItem(unsigned int n);
 
     virtual bool OnAddBitmap(const wxBitmap& bitmap);
+    virtual wxSize DoGetBestSize() const;
     void RecreateControl();
 
 private: