From: Włodzimierz Skiba Date: Mon, 24 Jan 2005 13:17:05 +0000 (+0000) Subject: Code cleaning. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/450a1593ef92ad8abc86417575923491cb4f942b Code cleaning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 1aae6d573c..c38c47a0ef 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -622,7 +622,7 @@ class WXDLLEXPORT wxStaticBoxSizer: public wxBoxSizer { public: wxStaticBoxSizer(wxStaticBox *box, int orient); - wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = _T("")); + wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = wxEmptyString); void RecalcSizes(); wxSize CalcMin();