diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index 406519c..33798d5 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -43,6 +43,7 @@ class RTFGenerator : public OutputGenerator void printDoc(DocNode *,const char *); void startFile(const char *name,const char *manName,const char *title); + void writeSearchInfo() {} void writeFooter() {} void endFile(); void clearBuffer(); |