summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 51035b7..447cbdb 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * $Id$
+ *
*
* Copyright (C) 1997-2006 by Parker Waechter & Dimitri van Heesch.
*
@@ -1266,7 +1266,8 @@ void RTFGenerator::endPageRef(const char *clname, const char *anchor)
}
void RTFGenerator::writeCodeLink(const char *ref,const char *f,
- const char *anchor,const char *name)
+ const char *anchor,const char *name,
+ const char *)
{
if (!ref && Config_getBool("RTF_HYPERLINKS"))
{