Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed May 19, 2016
1 parent ede71c4 commit 2dec708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dsymbol/conversion/first.d
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ private:
immutable size_t scopeEnd = dec.structBody is null ? scopeBegin : dec.structBody.endLocation;
pushScope(scopeBegin, scopeEnd);
scope(exit) popScope();
protection.beginScope();
scope (exit) protection.endScope();
processTemplateParameters(currentSymbol, dec.templateParameters);
dec.accept(this);
}
Expand Down

0 comments on commit 2dec708

Please sign in to comment.