aboutsummaryrefslogtreecommitdiffstats
path: root/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'graph.h')
-rw-r--r--graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.h b/graph.h
index 2cc0a8f43..d3a754e98 100644
--- a/graph.h
+++ b/graph.h
@@ -52,7 +52,7 @@ public:
* \param nodeNames map used to translate node ids to human readable text.
* \param fileName file name where the output should be written.
*/
- void dumpDot(const QHash<int, QString> nodeNames, const QString& fileName) const;
+ void dumpDot(const QHash<int, QString>& nodeNames, const QString& fileName) const;
/**
* Topologically sort this graph.