gcc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -732,6 +732,11 @@ wxAny wxClassInfo::ObjectPtrToAny( wxObject* obj) const
|
||||
return m_objectToVariantConverter(obj);
|
||||
}
|
||||
|
||||
bool wxClassInfo::NeedsDirectConstruction() const
|
||||
{
|
||||
return wx_dynamic_cast(wxObjectAllocator*, m_constructor) != NULL;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDynamicObject support
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user