X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..61b50a43aaaf29fe9c2f848958adafc496439123:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index 8038c9c0ab..da536fe9c2 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -96,6 +96,10 @@ public: bool m_hasCheckBoxes; #endif // wxUSE_CHECKLISTBOX + int m_prevSelection; +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)