Fixed assingment operator

This commit is contained in:
Robert Osfield
2009-01-07 15:35:28 +00:00
parent 4add5f6fd1
commit fb75c50714

View File

@@ -357,7 +357,7 @@ class NodeAcceptOp
protected:
NodeAcceptOp& operator = (const NodeVisitor&) { return *this; }
NodeAcceptOp& operator = (const NodeAcceptOp&) { return *this; }
NodeVisitor& _nv;
};