summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index 607fa1d..02d6006 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -159,7 +159,7 @@ void PageDef::writeDocumentation(OutputList &ol)
}
}
- Doxygen::indexList.addIndexItem(this,0,0,filterTitle(title()));
+ Doxygen::indexList.addIndexItem(this,0,filterTitle(title()));
}
void PageDef::writePageDocumentation(OutputList &ol)