X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b80278886518c75cb0552e21e21bc321112d2862..7edcafa467269b15e0e967e9fe9ee08c6696b8a7:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index 599bcd5fc6..d0eb3167f3 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -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 // ----------------------------------------------------------------------------