X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d1b9112dcddb9660c92b2734de003623498cf98..c93f804a15ca3051acb83f9ee2e0eab929b2736c:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index dc7a6a729e..a882a36e6e 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -74,6 +74,8 @@ public: , m_next(sm_first) { sm_first = this; } + ~wxClassInfo(); + wxObject *CreateObject() { return m_objectConstructor ? (*m_objectConstructor)() : 0; } const wxChar *GetClassName() const { return m_className; }