summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-02-10 18:17:19 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-02-10 18:17:19 (GMT)
commit24f9a159dd76047cf03b92e7d71010947efaf164 (patch)
treed1468ce96ea2cb67fa7825027a3f93a67bf4d9a6 /src/rtfgen.cpp
parent1335cc7076d6a752c43c9a4eef958feef84d3edd (diff)
downloadDoxygen-24f9a159dd76047cf03b92e7d71010947efaf164.zip
Doxygen-24f9a159dd76047cf03b92e7d71010947efaf164.tar.gz
Doxygen-24f9a159dd76047cf03b92e7d71010947efaf164.tar.bz2
Release-1.2.13-20020210
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 85cc771..bd09fc6 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1328,7 +1328,7 @@ void RTFGenerator::endIndexSection(IndexSections is)
bool first=TRUE;
for (pdi.toFirst();(pi=pdi.current());++pdi)
{
- if (!pi->inGroup && !pi->isReference())
+ if (!pi->getGroupDef() && !pi->isReference())
{
QCString pageName;
if (Config_getBool("CASE_SENSE_NAMES"))