X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..b64f0a5fc7bbe365bcd1b38c346a4033761f49ed:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index 8038c9c0ab..20eb87cac5 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -96,6 +96,9 @@ public: bool m_hasCheckBoxes; #endif // wxUSE_CHECKLISTBOX +protected: + virtual wxSize DoGetBestSize() const; + private: // this array is only used for controls with wxCB_SORT style, so only // allocate it if it's needed (hence using pointer)