summaryrefslogtreecommitdiffstats
path: root/src/dotdirdeps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotdirdeps.cpp')
-rw-r--r--src/dotdirdeps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotdirdeps.cpp b/src/dotdirdeps.cpp
index 8e203c7..680b2f7 100644
--- a/src/dotdirdeps.cpp
+++ b/src/dotdirdeps.cpp
@@ -199,7 +199,7 @@ QCString DotDirDeps::getBaseName() const
void DotDirDeps::computeTheGraph()
{
// compute md5 checksum of the graph were are about to generate
- std::stringstream md5stream;
+ std::ostringstream md5stream(std::ios_base::ate);
//m_dir->writeDepGraph(md5stream);
writeDotDirDepGraph(md5stream,m_dir,m_linkRelations);
m_theGraph = md5stream.str();