summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-10-03 19:57:09 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-10-03 19:57:09 (GMT)
commit9e4e94fbabe856b8de4041ff2a27524f923343dc (patch)
tree47b95a7c3d927d419d3628f528e311aa99356173 /src/outputlist.h
parent00e00a1df00be67219a28aaa8d58e8a0991555eb (diff)
downloadDoxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.zip
Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.gz
Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.bz2
Release-1.2.11-20011003
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 625c7a5..619792c 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -109,10 +109,10 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::startIndexKey); }
void endIndexKey()
{ forall(&OutputGenerator::endIndexKey); }
- void startIndexValue()
- { forall(&OutputGenerator::startIndexValue); }
- void endIndexValue(const char *name)
- { forall(&OutputGenerator::endIndexValue,name); }
+ void startIndexValue(bool b)
+ { forall(&OutputGenerator::startIndexValue,b); }
+ void endIndexValue(const char *name,bool b)
+ { forall(&OutputGenerator::endIndexValue,name,b); }
void startItemList()
{ forall(&OutputGenerator::startItemList); }
void endItemList()