X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/450a1593ef92ad8abc86417575923491cb4f942b..9802983f157c32177e92e8c0f6b1ce44aec0ebca:/include/wx/sizer.h?ds=sidebyside diff --git a/include/wx/sizer.h b/include/wx/sizer.h index c38c47a0ef..c245371191 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -669,7 +669,7 @@ public: // is set to _("Save") and m_buttonNegative is set to _("Don't Save") // I wouldn't add any other hacks like that into here, // but this one I can see being useful. - void Finalise(); + void Realize(); wxButton *GetAffirmativeButton() const { return m_buttonAffirmative; } wxButton *GetApplyButton() const { return m_buttonApply; }