diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index 6599c1e..a5f15fe 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -63,8 +63,8 @@ class ManGenerator : public OutputGenerator void endIndexList() { newParagraph(); } void startIndexKey() {} void endIndexKey() {} - void startIndexValue() {} - void endIndexValue(const char *) {} + void startIndexValue(bool) {} + void endIndexValue(const char *,bool) {} void startItemList() {} void endItemList() { newParagraph(); } void startEnumList() {} |