X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/469b56ea63b3ec4fcbafcc5cb0c94054c5a51baf..bd6ca54f63b93ae047e1039a46b91d6a8f4e5bf9:/include/wx/rtti.h diff --git a/include/wx/rtti.h b/include/wx/rtti.h index 565667879c..fcd463e869 100644 --- a/include/wx/rtti.h +++ b/include/wx/rtti.h @@ -144,7 +144,7 @@ WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxString& name); static wxObject* wxCreateObject() #define wxDECLARE_CLASS(name) \ - wxDECLARE_DYNAMIC_CLASS(name) + wxDECLARE_ABSTRACT_CLASS(name) // common part of the macros below