diff options
Diffstat (limited to 'src/ftvhelp.h')
-rw-r--r-- | src/ftvhelp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ftvhelp.h b/src/ftvhelp.h index 4e58ce1..1d6ccdf 100644 --- a/src/ftvhelp.h +++ b/src/ftvhelp.h @@ -32,8 +32,10 @@ class FTVHelp /*! return the current depth of the contents tree */ int contentsDepth() { return m_dc; } void addContentsItem(bool isDir, - const char *name, const char *ref = 0, - const char *anchor = 0); + const char *ref, + const char *file, + const char *anchor, + const char *name); private: FTVHelp(); |