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