]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
remove unnecessary DoGetBestSize
[wxWidgets.git] / include / wx / gtk / combobox.h
index d715d1dae889bf79cd6fcdcd0825173c701e4f6f..39543f8baad99b0a129b9d9976054080d79ee17a 100644 (file)
@@ -135,8 +135,8 @@ protected:
     // custom list stores.
     virtual void GTKCreateComboBoxWidget();
 
-    // return the GtkEntry part of the combobox
-    GtkEntry *GetEntry() const { return m_entry; }
+    virtual GtkEntry *GetEntry() const
+        { return m_entry; }
 
     GtkEntry*   m_entry;