applied patch #929947: "Various cleaning of warnings under MSW"; removed some tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -989,7 +989,7 @@ wxSize wxXmlResourceHandler::GetSize(const wxString& param)
|
||||
wxString s = GetParamValue(param);
|
||||
if (s.IsEmpty()) s = wxT("-1,-1");
|
||||
bool is_dlg;
|
||||
long sx, sy;
|
||||
long sx, sy = 0;
|
||||
|
||||
is_dlg = s[s.Length()-1] == wxT('d');
|
||||
if (is_dlg) s.RemoveLast();
|
||||
|
Reference in New Issue
Block a user