]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/classlist.cpp
Define _LINUX_SOURCE_COMPAT for AIX build.
[wxWidgets.git] / samples / xti / classlist.cpp
index 32dd4d908e922cad50d53400a03a3797b08c675a..03527270c5b490d06c4c38fbbaa4baaf3bb6fd62 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     03/06/2007 14:49:55
 // RCS-ID:      $Id$
 // Copyright:   (c) 2007 Francesco Montorsi
-// Licence:     wxWidgets license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -429,7 +429,7 @@ wxString DumpPropertyInfo(const wxPropertyInfo *prop, int indent)
     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;