summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 9e0078f..6ba7c79 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -217,10 +217,10 @@ class LatexGenerator : public OutputGenerator
void startMemberDocName(bool) {}
void endMemberDocName() {}
void startParameterType(bool,const char *);
- void endParameterType() {}
- void startParameterName(bool) {}
- void endParameterName(bool,bool,bool) {}
- void startParameterList(bool) {}
+ void endParameterType();
+ void startParameterName(bool);
+ void endParameterName(bool,bool,bool);
+ void startParameterList(bool);
void endParameterList() {}
void startConstraintList(const char *);