]> git.saurik.com Git - wxWidgets.git/commitdiff
typo corrected
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 26 Aug 2003 01:22:01 +0000 (01:22 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 26 Aug 2003 01:22:01 +0000 (01:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/xti.cpp

index 1d6042308fb6309c471b289ff1246b0d49a5013d..34a04c3383e22a722ac0f4a0b6b3371082e233e9 100644 (file)
@@ -280,7 +280,7 @@ wxTypeInfo *wxTypeInfo::FindType(const wxChar *typeName)
 }
 
 #if wxUSE_UNICODE
-wxClassTypeInfo::wxClassTypeInfo( wxTypeKind kind , wxClassInfo* classInfo , converterToString_t to , converterFromString_t from , const char *6name) :
+wxClassTypeInfo::wxClassTypeInfo( wxTypeKind kind , wxClassInfo* classInfo , converterToString_t to , converterFromString_t from , const char *name) :
 wxTypeInfo( kind , to , from , name)
 { wxASSERT_MSG( kind == wxT_OBJECT_PTR || kind == wxT_OBJECT , wxT("Illegal Kind for Enum Type")) ; m_classInfo = classInfo ;}
 #endif