diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index 4c6cff6..02518b9 100644 --- a/src/definition.h +++ b/src/definition.h @@ -31,6 +31,7 @@ class MemberDef; class GroupDef; class GroupList; struct ListItemInfo; +class SectionInfo; /*! The common base class of all entity definitions found in the sources. */ class Definition @@ -89,7 +90,7 @@ class Definition /*! Add the list of anchors that mark the sections that are found in the * documentation. */ - void addSectionsToDefinition(QList<QCString> *anchorList); + void addSectionsToDefinition(QList<SectionInfo> *anchorList); void writeDocAnchorsToTagFile(); // source references |