summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 076b354..60c2d0c 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -2119,7 +2119,7 @@ void LatexGenerator::startSimpleSect(SectionTypes,const char *file,
t << "]";
}
-void LatexGenerator::endSimpleSect()
+void LatexGenerator::endSimpleSect(SectionTypes)
{
t << "\\end{Desc}" << endl;
}