diff options
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 2 |
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")) |