summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 6a92867..f2cc193 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -45,7 +45,7 @@ class LatexGenerator : public OutputGenerator
bool isEnabled(OutputType o) { return (o==Latex && active); }
OutputGenerator *get(OutputType o) { return (o==Latex) ? this : 0; }
- void printDoc(DocNode *,const char *);
+ void writeDoc(DocNode *,Definition *ctx,MemberDef *);
void startFile(const char *name,const char *manName,const char *title);
void writeSearchInfo() {}