X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..9ae8168e5b1072e3a401abca3b0f40bc6afcc6ae:/include/wx/cocoa/radiobox.h diff --git a/include/wx/cocoa/radiobox.h b/include/wx/cocoa/radiobox.h index 363ffd3a35..ad01d746d8 100644 --- a/include/wx/cocoa/radiobox.h +++ b/include/wx/cocoa/radiobox.h @@ -6,7 +6,7 @@ // Created: 2003/03/18 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_RADIOBOX_H__ @@ -94,6 +94,8 @@ public: // layout parameters virtual int GetColumnCount() const; virtual int GetRowCount() const; +protected: + virtual wxSize DoGetBestSize() const; }; #endif // __WX_COCOA_RADIOBOX_H__