]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xml/xml.h
automated virtual/const fixes by ifacecheck
[wxWidgets.git] / interface / wx / xml / xml.h
index bbc63c62ed9c7a76de457df0ab4f5c9f870a0ce8..71ac36a37b8d8eede03ba0f2325b54a5b6b6c384 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxXmlNode
-    @headerfile xml.h wx/xml/xml.h
 
     Represents a node in an XML document. See wxXmlDocument.
 
@@ -270,7 +269,6 @@ public:
 
 /**
     @class wxXmlAttribute
-    @headerfile xml.h wx/xml/xml.h
 
     Represents a node attribute.
 
@@ -335,7 +333,6 @@ public:
 
 /**
     @class wxXmlDocument
-    @headerfile xml.h wx/xml/xml.h
 
     This class holds XML data/document as parsed by XML parser in the root node.