]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/xml/xml.h
restored wxWindow::Line/PageUp/Down docs
[wxWidgets.git] / interface / xml / xml.h
index 56305fd7499df64dd4c2e005b8c4f4da70b79452..c584e3e5eaa3a22039f1ad2476ee95b859ffdd55 100644 (file)
@@ -77,7 +77,7 @@ public:
     */
     bool GetAttribute(const wxString& attrName, wxString* value) const;
     const wxString  GetAttribute(const wxString& attrName,
-                                 const wxString& defaultVal) const;
+                                 const wxString& defaultVal = wxEmptyString) const;
     //@}
 
     /**
@@ -132,9 +132,9 @@ public:
         This function is very useful since the XML snippet @c
         "tagnametagcontent/tagname" is represented by
         expat with the following tag tree:
-        
+
         or eventually:
-        
+
         An empty string is returned if the node has no children of type @c
         wxXML_TEXT_NODE or @c wxXML_CDATA_SECTION_NODE, or if the content of the first child of such types is empty.
     */