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 05ea621..b1f118d 100644 --- a/src/definition.h +++ b/src/definition.h @@ -34,6 +34,7 @@ struct ListItemInfo; struct SectionInfo; class Definition; class DefinitionImpl; +class FTextStream; /** Data associated with a detailed description. */ struct DocInfo @@ -334,7 +335,7 @@ class Definition : public DefinitionIntf /*! Writes the documentation anchors of the definition to * the Doxygen::tagFile stream. */ - void writeDocAnchorsToTagFile(); + void writeDocAnchorsToTagFile(FTextStream &); void setLocalName(const QCString name); void addSectionsToIndex(); |