forked from qt-creator/qt-creator
Use const names.
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
/// Returns the last Symbol in the scope.
|
||||
iterator lastSymbol() const;
|
||||
|
||||
Symbol *lookat(Name *name) const;
|
||||
Symbol *lookat(const Name *name) const;
|
||||
Symbol *lookat(const Identifier *id) const;
|
||||
Symbol *lookat(int operatorId) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user