diff options
Diffstat (limited to 'src/dotdirdeps.h')
-rw-r--r-- | src/dotdirdeps.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dotdirdeps.h b/src/dotdirdeps.h index a71e8f1..4f915f9 100644 --- a/src/dotdirdeps.h +++ b/src/dotdirdeps.h @@ -26,12 +26,12 @@ class DotDirDeps : public DotGraph DotDirDeps(const DirDef *dir); ~DotDirDeps(); bool isTrivial() const; - QCString writeGraph(FTextStream &out, + QCString writeGraph(TextStream &out, GraphOutputFormat gf, EmbeddedOutputFormat ef, - const char *path, - const char *fileName, - const char *relPath, + const QCString &path, + const QCString &fileName, + const QCString &relPath, bool writeImageMap=TRUE, int graphId=-1, bool linkRelations=TRUE); |