summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 1e903d5..411f5a7 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -3189,7 +3189,7 @@ bool CommentScanner::parseCommentBlock(/* in */ OutlineParserInterface *pars
// isBrief,isAutoBriefOn,lineNr);
initParser(yyscanner);
- yyextra->guards = {};
+ yyextra->guards = std::stack<GuardedSection>();
yyextra->langParser = parser;
yyextra->current = curEntry;
if (comment.isEmpty()) return FALSE; // avoid empty strings