summaryrefslogtreecommitdiffstats
path: root/src/dotcallgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotcallgraph.h')
-rw-r--r--src/dotcallgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotcallgraph.h b/src/dotcallgraph.h
index ad9006f..9fd5c66 100644
--- a/src/dotcallgraph.h
+++ b/src/dotcallgraph.h
@@ -29,7 +29,7 @@ class DotCallGraph : public DotGraph
bool isTrivial() const;
bool isTooBig() const;
int numNodes() const;
- QCString writeGraph(std::ostream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef,
+ QCString writeGraph(TextStream &t, GraphOutputFormat gf, EmbeddedOutputFormat ef,
const char *path,const char *fileName,
const char *relPath,bool writeImageMap=TRUE,
int graphId=-1);