Fix for bug 238807 (Compilation error in txXPathTreeWalker.h when building txXMLParser). r=Pike, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@183841 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org
2005-11-02 07:41:19 +00:00
parent 8ae183e78c
commit 3973bb3549

View File

@@ -72,7 +72,7 @@ class nsIDOMDocument;
class txXPathTreeWalker
{
public:
explicit txXPathTreeWalker(const txXPathTreeWalker& aOther);
txXPathTreeWalker(const txXPathTreeWalker& aOther);
explicit txXPathTreeWalker(const txXPathNode& aNode);
~txXPathTreeWalker();