summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index 278c267..6eeb184 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -184,8 +184,11 @@ void ManGenerator::writeString(const char *text)
docify(text);
}
-void ManGenerator::writeIndexItem(const char *,const char *,
- const char *)
+void ManGenerator::startIndexItem(const char *,const char *)
+{
+}
+
+void ManGenerator::endIndexItem(const char *,const char *)
{
}