diff options
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r-- | src/markdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp index 72bab84..fdf1b0f 100644 --- a/src/markdown.cpp +++ b/src/markdown.cpp @@ -2375,7 +2375,7 @@ void MarkdownFileParser::parseInput(const char *fileName, Doxygen::markdownSupport = TRUE; bool needsEntry = FALSE; - Protection prot; + Protection prot=Public; while (parseCommentBlock( this, current, |