diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-03 19:13:07 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-03 19:13:07 (GMT) |
commit | fe67b8eb68129713327965c201f2d7226b83202f (patch) | |
tree | 485fb83c5a301dd4b0edb3c534b1f31eeb08ab1f /src/ftvhelp.h | |
parent | a30c2e3c5ea41ae1947e9893c82ed8c8b6d7c5a2 (diff) | |
download | Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.zip Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.gz Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.bz2 |
Release-1.2.3-20001203
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(); |