X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41bf0eb335ef9941b0aa87f8d5d040cd86620755..bb84929ec5b27eae5433982703dd6d0df89bfc2d:/include/wx/gtk/statbmp.h 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();