Renamed lookup_helper().

This commit is contained in:
Roberto Raggi
2010-05-11 10:01:10 +02:00
parent fc357c31f5
commit 9af0e070f4
2 changed files with 7 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ public:
Control *control() const;
/// \internal
void lookup_helper(const Name *name, Scope *scope, QList<Symbol *> *result,
void lookupInScope(const Name *name, Scope *scope, QList<Symbol *> *result,
const TemplateNameId *templateId);
protected: