]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
Fix wrong return value in the changes of r73365.
[wxWidgets.git] / include / wx / msw / combobox.h
index aa10c8dd937ee76e07744547d5e1fa2b8afdb881..ac803c17edd0a2b36fc88cb0dade56499d517377 100644 (file)
@@ -132,6 +132,8 @@ protected:
     virtual void DoSetToolTip(wxToolTip *tip);
 #endif
 
+    virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
+
     // this is the implementation of GetEditHWND() which can also be used when
     // we don't have the edit control, it simply returns NULL then
     //