]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
Fix missing or broken interface items for Phoenix
[wxWidgets.git] / interface / wx / object.h
index 85de714b00a20ef5f9fa928b9614a5840c342ecc..dbe8a5bfbadb4a39f07ac8d8513cc587cec2dff4 100644 (file)
@@ -257,7 +257,7 @@ public:
 
     /**
         This virtual function is redefined for every class that requires run-time
-        type information, when using the ::DECLARE_CLASS macro (or similar).
+        type information, when using the ::wxDECLARE_CLASS macro (or similar).
     */
     virtual wxClassInfo* GetClassInfo() const;
 
@@ -708,7 +708,9 @@ public:
 /**
     Used inside a class declaration to declare that the class should be made
     known to the class hierarchy, but objects of this class cannot be created
-    dynamically. The same as wxDECLARE_DYNAMIC_CLASS().
+    dynamically.
+
+    The same as wxDECLARE_ABSTRACT_CLASS().
 
     @header{wx/object.h}
 */