Removed warnings mesgs
Doesn't compile due to missing bufstream git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -159,7 +159,7 @@ bool wxObjectInputStream::ReadObjectDef(wxObjectStreamInfo *info)
|
||||
sig[WXOBJ_BEG_LEN] = 0;
|
||||
if (wxString(sig) != WXOBJ_BEGIN)
|
||||
return FALSE;
|
||||
info->object = wxCreateDynamicObject((char *)data_s.ReadString());
|
||||
info->object = wxCreateDynamicObject( WXSTRINGCAST data_s.ReadString());
|
||||
info->object_name = data_s.ReadString();
|
||||
info->n_children = data_s.Read8();
|
||||
info->children = wxList();
|
||||
|
||||
Reference in New Issue
Block a user