Skip to content

Commit 664e223

Browse files
committed
Fix werror
1 parent 6130bbc commit 664e223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Semantics/resolve-names.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,8 +2100,8 @@ class ResolveNamesVisitor : public virtual ScopeHandler,
21002100

21012101
ResolveNamesVisitor(
21022102
SemanticsContext &context, ImplicitRulesMap &rules, Scope &top)
2103-
: BaseVisitor{context, *this, rules}, topScope_{top},
2104-
AccVisitor(context) {
2103+
: BaseVisitor{context, *this, rules}, AccVisitor(context),
2104+
topScope_{top} {
21052105
PushScope(top);
21062106
}
21072107

0 commit comments

Comments
 (0)