]> git.saurik.com Git - wxWidgets.git/commitdiff
GetBaseByName doesn't exist anymore
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Apr 2007 05:33:37 +0000 (05:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Apr 2007 05:33:37 +0000 (05:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/object.h
include/wx/xti.h

index 8e01743039131f62666c34a5be4e42c71f8b34d2..a1d021fa9124bed4b9ec81316d3f419dce719b42 100644 (file)
@@ -99,7 +99,7 @@ public:
     int                      m_objectSize;
     wxObjectConstructorFn    m_objectConstructor;
 
-        // Pointers to base wxClassInfos: set in InitializeClasses
+        // Pointers to base wxClassInfos
 
     const wxClassInfo       *m_baseInfo1;
     const wxClassInfo       *m_baseInfo2;
@@ -114,16 +114,12 @@ public:
     //        many clients)
     static wxHashTable      *sm_classTable;
 
-private:
-    // InitializeClasses() helper
-    static wxClassInfo *GetBaseByName(const wxChar *name);
-
-    DECLARE_NO_COPY_CLASS(wxClassInfo)
-
 protected:
     // registers the class
     void Register();
     void Unregister();
+
+    DECLARE_NO_COPY_CLASS(wxClassInfo)
 };
 
 WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name);
index f0ddc31b60e9f41e67d21ad9e9257ffe40d6284e..7b2be4c003ff8830adb7bb603bd8301afc4defef 100644 (file)
@@ -1810,10 +1810,6 @@ private:
     wxObjectStreamingCallback m_streamingCallback ;
     const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ;
 
-
-    // InitializeClasses() helper
-    static wxClassInfo *GetBaseByName(const wxChar *name) ;
-
 protected:
     // registers the class
     void Register();