]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
Add documentation for virtual file system support in wxWebView.
[wxWidgets.git] / interface / wx / object.h
index 90435866f21a3a09282110ebcc725b56e2f200bb..dbe8a5bfbadb4a39f07ac8d8513cc587cec2dff4 100644 (file)
@@ -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}
 */