From: <sv...@ww...> - 2006-12-31 09:23:19
|
Author: nsmoooose Date: 2006-12-31 01:23:12 -0800 (Sun, 31 Dec 2006) New Revision: 2046 Modified: trunk/csp/csplib/xml/XmlParser.h Log: Fixed a copy n paste error in XmlParser.h that didn't compile on linux. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2046 Modified: trunk/csp/csplib/xml/XmlParser.h =================================================================== --- trunk/csp/csplib/xml/XmlParser.h 2006-12-30 19:11:43 UTC (rev 2045) +++ trunk/csp/csplib/xml/XmlParser.h 2006-12-31 09:23:12 UTC (rev 2046) @@ -210,7 +210,7 @@ XMLNode getChildNode(CSP_XMLCSTR name, int *i=NULL); // A method for very basic xpath queries. - XMLNode XMLNode::selectSingleNode(CSP_XMLCSTR xpath); + XMLNode selectSingleNode(CSP_XMLCSTR xpath); XMLNode getChildNodeWithAttribute(CSP_XMLCSTR tagName, // return child node with specific name/attribute CSP_XMLCSTR attributeName, // (return an empty node if failing) |