summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index f2fca5a..51d2b61 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -185,7 +185,8 @@ class LatexGenerator : public OutputGenerator
void endMemberDescription() { t << "\\item\\end{CompactList}"; }
void startDescList() { t << "\\begin{Desc}\n\\item["; }
void endDescList() { t << "\\end{Desc}" << endl; }
- void startParamList() { startDescList(); }
+ void startParamList(ParamListTypes)
+ { startDescList(); }
void endParamList() { endDescList(); }
void endDescTitle() { t << "]"; }
void writeDescItem() { t << "\\par" << endl; }