X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index b5f34262d6..26c3c0271c 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -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; }