Seriously, are injected-class-names that hard?

llvm-svn: 151241
This commit is contained in:
Douglas Gregor 2012-02-23 07:44:18 +00:00
parent 1be329d838
commit 6427a5ef01
1 changed files with 1 additions and 1 deletions

View File

@ -2675,7 +2675,7 @@ namespace {
public:
explicit NonTrivialCallFinder(ASTContext &Context)
: EvaluatedExprVisitor(Context), NonTrivial(false) { }
: Inherited(Context), NonTrivial(false) { }
bool hasNonTrivialCall() const { return NonTrivial; }