X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41bf0eb335ef9941b0aa87f8d5d040cd86620755..87fbe614866ed932f1eefa1abaf1b39ef1427309:/include/wx/gtk/statbmp.h?ds=sidebyside diff --git a/include/wx/gtk/statbmp.h b/include/wx/gtk/statbmp.h index 0d9bcddfb3..f56a5d4d56 100644 --- a/include/wx/gtk/statbmp.h +++ b/include/wx/gtk/statbmp.h @@ -80,6 +80,9 @@ public: SetBitmap( icon ); } +protected: + virtual wxSize DoGetBestSize() const; + private: // creates the new pixmap widget void CreatePixmapWidget();