C++: Remove scope argument from initializeSubst

Use the template scope instead.

Change-Id: I8144427e14644697c709643da7c0ae0b0841e34d
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-06-07 11:12:53 +03:00
committed by Orgad Shaneh
parent 997ab425ce
commit 1c7e465c30
2 changed files with 4 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ public:
/// \internal
LookupScope *allocLookupScope(LookupScope *parent, const Name *name);
void initializeSubst(Clone &cloner, Subst &subst, LookupScope *origin, Scope *scope,
void initializeSubst(Clone &cloner, Subst &subst, LookupScope *origin,
Template *specialization, const TemplateNameId *instantiation);
protected: