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 fc1f73c..6cd986e 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -1380,7 +1380,7 @@ void LatexGenerator::endGroupHeader()
t << "}" << endl;
}
-void LatexGenerator::startMemberHeader()
+void LatexGenerator::startMemberHeader(const char *)
{
if (Config_getBool("COMPACT_LATEX"))
{