From: Francesco Montorsi Date: Tue, 21 Apr 2009 00:05:14 +0000 (+0000) Subject: no real change; just add the standard separator where it's missing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b49405777342458dc1666001865eef7309b6c30 no real change; just add the standard separator where it's missing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 7af1eccb16..0390c59605 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -969,6 +969,10 @@ private: #endif // wxUSE_STATBOX +//--------------------------------------------------------------------------- +// wxStdDialogButtonSizer +//--------------------------------------------------------------------------- + #if wxUSE_BUTTON class WXDLLIMPEXP_CORE wxStdDialogButtonSizer: public wxBoxSizer diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index 6e4fbcb376..98e184efdb 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -2212,6 +2212,10 @@ bool wxStaticBoxSizer::Detach( wxWindow *window ) #endif // wxUSE_STATBOX +//--------------------------------------------------------------------------- +// wxStdDialogButtonSizer +//--------------------------------------------------------------------------- + #if wxUSE_BUTTON wxStdDialogButtonSizer::wxStdDialogButtonSizer()