summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 1e36877..5edb999 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * $Id$
+ *
*
* Copyright (C) 1997-2000 by Dimitri van Heesch.
*
@@ -1171,7 +1171,7 @@ void LatexGenerator::writeFormula(const char *,const char *text)
t << text;
}
-void LatexGenerator::startMemberItem(bool,int annType)
+void LatexGenerator::startMemberItem(int annType)
{
if (!insideTabbing)
{
@@ -1190,7 +1190,7 @@ void LatexGenerator::startMemberItem(bool,int annType)
}
}
-void LatexGenerator::endMemberItem(bool,const char *,const char *,bool endItem)
+void LatexGenerator::endMemberItem(bool endItem)
{
if (insideTabbing && endItem)
{