X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..54921697ae6cb35c5865620dce494227b0df5e02:/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)