forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
997ab425ce
commit
1c7e465c30
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user