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 8a3a341..b08e7b3 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -180,7 +180,8 @@ class LatexGenerator : public OutputGenerator void endDescTitle() { t << "]"; } void writeDescItem() { t << "\\par" << endl; } void endDescList() { t << "\\end{Desc}" << endl; } - void writeSection(const char *,const char *,bool); + void startSection(const char *,const char *,bool); + void endSection(const char *,bool); void writeSectionRef(const char *,const char *,const char *); void writeSectionRefItem(const char *,const char *,const char *); void writeSectionRefAnchor(const char *,const char *,const char *); |