remove unnecessary cast, that type should match

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-19 17:44:49 +00:00
parent ce7c8a9751
commit 32bb5309eb

View File

@@ -190,7 +190,7 @@ WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxString& name);
&basename::ms_classInfo, \
baseclsinfo2, \
(int) sizeof(name), \
(wxObjectConstructorFn) func); \
func); \
\
wxClassInfo *name::GetClassInfo() const \
{ return &name::ms_classInfo; }