forked from qt-creator/qt-creator
Use const names.
This commit is contained in:
@@ -57,7 +57,5 @@ NameVisitor::NameVisitor()
|
||||
NameVisitor::~NameVisitor()
|
||||
{ }
|
||||
|
||||
void NameVisitor::accept(Name *name)
|
||||
void NameVisitor::accept(const Name *name)
|
||||
{ Name::accept(name, this); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user