]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
Add missing include
[wxWidgets.git] / include / wx / object.h
index 599bcd5fc6e5f211d036cfe2be5da98a79e47cff..d0eb3167f39d64421d6d80f8a7e990a151a3af58 100644 (file)
@@ -122,12 +122,17 @@ public:
     static wxClassInfo      *sm_first;
     wxClassInfo             *m_next;
 
+    // FIXME: this should be private (currently used directly by way too
+    //        many clients)
     static wxHashTable      *sm_classTable;
+
+private:
+    // InitializeClasses() helper
+    static wxClassInfo *GetBaseByName(const wxChar *name);
 };
 
 WXDLLEXPORT wxObject *wxCreateDynamicObject(const wxChar *name);
 
-
 // ----------------------------------------------------------------------------
 // Dynamic class macros
 // ----------------------------------------------------------------------------