X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..af547d51b7494fd365ae29e048d458ff72b27056:/include/wx/gtk/listbox.h diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 8038c9c0ab..20eb87cac5 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/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)