Fixed assingment operator
This commit is contained in:
@@ -357,7 +357,7 @@ class NodeAcceptOp
|
||||
|
||||
protected:
|
||||
|
||||
NodeAcceptOp& operator = (const NodeVisitor&) { return *this; }
|
||||
NodeAcceptOp& operator = (const NodeAcceptOp&) { return *this; }
|
||||
|
||||
NodeVisitor& _nv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user