diff options
Diffstat (limited to 'src/eclipsehelp.cpp')
-rw-r--r-- | src/eclipsehelp.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/eclipsehelp.cpp b/src/eclipsehelp.cpp index ea05885..71db4ab 100644 --- a/src/eclipsehelp.cpp +++ b/src/eclipsehelp.cpp @@ -157,6 +157,7 @@ void EclipseHelp::decContentsDepth() * @param anchor Name of an anchor of the item. * @param separateIndex not used. * @param addToNavIndex not used. + * @param def not used. */ void EclipseHelp::addContentsItem( bool /* isDir */, @@ -165,7 +166,8 @@ void EclipseHelp::addContentsItem( const char *file, const char *anchor, bool /* separateIndex */, - bool /* addToNavIndex */) + bool /* addToNavIndex */, + Definition * /*def*/) { // -- write the topic tag closedTag(); |