diff options
Diffstat (limited to 'src/dot.cpp')
-rw-r--r-- | src/dot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp index ef0e053..f3533b5 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -1613,7 +1613,7 @@ QCString DotInclDepGraph::writeGraph(QTextStream &out, convertMapFile(tmpout,baseName+".map"); if (!tmpstr.isEmpty()) { - out << "<map name=\"" << mapName << "\">" << endl; + out << "<map name=\"" << mapName << "_map\">" << endl; out << tmpstr; out << "</map>" << endl; } |