summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index cd47ac3..63e0de6 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -191,6 +191,7 @@ class LatexGenerator : public OutputGenerator
void writeNavigationPath(const char *) {}
void writeLogo() {}
void writeQuickLinks(bool,HighlightedItem,const char*) {}
+ void writeSummaryLink(const char *,const char *,const char *,bool) {}
void startContents() {}
void endContents() {}
void writeNonBreakableSpace(int);