]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
updates mostly for better font support and some weekly catch-up work
[wxWidgets.git] / include / wx / object.h
index dc7a6a729e4d2aa8b56182d0c314cbba68db009c..a882a36e6ed08f36b2e597fc55e294b045012751 100644 (file)
@@ -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; }