summaryrefslogtreecommitdiffstats
path: root/src/qhp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qhp.cpp')
-rw-r--r--src/qhp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qhp.cpp b/src/qhp.cpp
index 07230d9..bba308a 100644
--- a/src/qhp.cpp
+++ b/src/qhp.cpp
@@ -173,7 +173,8 @@ void Qhp::decContentsDepth()
void Qhp::addContentsItem(bool /*isDir*/, const char * name,
const char * /*ref*/, const char * file,
- const char * /*anchor*/)
+ const char * /*anchor*/,bool /* separateIndex */,
+ bool /* addToNavIndex */)
{
// Backup difference before modification
int diff = m_prevSectionLevel - m_sectionLevel;