diff options
Diffstat (limited to 'src/latexgen.h')
-rw-r--r-- | src/latexgen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/latexgen.h b/src/latexgen.h index 23f87ce..2a502e4 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -70,7 +70,8 @@ class LatexGenerator : public OutputGenerator void endIndexValue(const char *,bool); void startItemList() { t << "\\begin{CompactItemize}" << endl; } void endItemList() { t << "\\end{CompactItemize}" << endl; } - void writeIndexItem(const char *ref,const char *file,const char *name); + void startIndexItem(const char *ref,const char *file); + void endIndexItem(const char *ref,const char *file); void docify(const char *text); void codify(const char *text); void writeObjectLink(const char *ref,const char *file, |