diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-10-03 19:57:09 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-10-03 19:57:09 (GMT) |
commit | 9e4e94fbabe856b8de4041ff2a27524f923343dc (patch) | |
tree | 47b95a7c3d927d419d3628f528e311aa99356173 /src/rtfgen.h | |
parent | 00e00a1df00be67219a28aaa8d58e8a0991555eb (diff) | |
download | Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.zip Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.gz Doxygen-9e4e94fbabe856b8de4041ff2a27524f923343dc.tar.bz2 |
Release-1.2.11-20011003
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index b2971ad..a1a9f56 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -66,8 +66,8 @@ class RTFGenerator : public OutputGenerator void endIndexList(); void startIndexKey(); void endIndexKey(); - void startIndexValue(); - void endIndexValue(const char *); + void startIndexValue(bool); + void endIndexValue(const char *,bool); void startItemList(); void endItemList(); void startEnumList(); |