diff options
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index a85e017..8a8c31f 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -857,7 +857,8 @@ void RTFGenerator::beginRTFSection() t << Rtf_Style["Heading2"]->reference << "\n"; } -void RTFGenerator::startFile(const char *name,const char *, bool ) +void RTFGenerator::startFile(const char *name,const char *, + const char *, bool ) { QCString fileName=name; |