summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-09-13 16:01:21 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-09-13 16:01:21 (GMT)
commit99f948c038b763028fcb95ef2a65fdbc1d5f9520 (patch)
tree463b89eccee1f90603ab4ee991ab18ef736f8166 /src/htmlgen.cpp
parentaca45fd514cadc56ac277bd54f49604708ebbb5d (diff)
downloadDoxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.zip
Doxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.tar.gz
Doxygen-99f948c038b763028fcb95ef2a65fdbc1d5f9520.tar.bz2
Fixing coverity messages
Note: especially latexdocvisitor (dead code that should not be dead code).
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index ee23fb8..8819078 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -690,6 +690,7 @@ HtmlGenerator::HtmlGenerator() : OutputGenerator()
{
dir=Config_getString(HTML_OUTPUT);
m_emptySection=FALSE;
+ m_sectionCount=0;
}
HtmlGenerator::~HtmlGenerator()