// Author: Francesco Montorsi
// Modified by:
// Created: 03/06/2007 14:49:55
-// RCS-ID: $Id: classlist.cpp 48186 2007-08-19 19:59:54Z FM $
+// RCS-ID: $Id$
// Copyright: (c) 2007 Francesco Montorsi
-// Licence: wxWidgets license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
infostr << ind << _T("collection element type: ") << DumpTypeInfo(prop->GetCollectionElementTypeInfo());
infostr << ind << _T("type: ") << DumpTypeInfo(prop->GetTypeInfo());
- infostr << ind << _T("default value: ") << DumpStr(prop->GetDefaultValue().GetAsString());
+ infostr << ind << _T("default value: ") << DumpStr(wxAnyGetAsString(prop->GetDefaultValue()));
infostr << DumpPropertyAccessor(prop->GetAccessor(), indent+1);
return infostr;