X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/450a1593ef92ad8abc86417575923491cb4f942b..e4e84ccdb69bff1b2580a6b685c7a51559388364:/include/wx/sizer.h 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; }