summaryrefslogtreecommitdiffstats
path: root/src/eclipsehelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclipsehelp.cpp')
-rw-r--r--src/eclipsehelp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/eclipsehelp.cpp b/src/eclipsehelp.cpp
index bf150b4..dab001a 100644
--- a/src/eclipsehelp.cpp
+++ b/src/eclipsehelp.cpp
@@ -174,7 +174,7 @@ void EclipseHelp::addContentsItem(
const char *anchor,
bool /* separateIndex */,
bool /* addToNavIndex */,
- Definition * /*def*/)
+ const Definition * /*def*/)
{
// -- write the topic tag
closedTag();
@@ -216,8 +216,8 @@ void EclipseHelp::addContentsItem(
}
void EclipseHelp::addIndexItem(
- Definition * /* context */,
- MemberDef * /* md */,
+ const Definition * /* context */,
+ const MemberDef * /* md */,
const char * /* sectionAnchor */,
const char * /* title */)
{