Missing typecast from return.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -200,7 +200,7 @@ wxObject *wxObjectInputStream::GetChild(int no) const
|
||||
wxObjectStreamInfo *info;
|
||||
|
||||
if (m_current_info->children_removed >= m_current_info->n_children)
|
||||
return NULL;
|
||||
return (wxObject *) NULL;
|
||||
|
||||
node = m_current_info->children.Nth(m_current_info->children_removed+no);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user