about summary refs log tree commit diff
path: root/src/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotgraph.hh')
-rw-r--r--src/dotgraph.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotgraph.hh b/src/dotgraph.hh
index e1678da967d4..a5c5248f144e 100644
--- a/src/dotgraph.hh
+++ b/src/dotgraph.hh
@@ -3,6 +3,6 @@
 
 #include "expr.hh"
 
-void printDotGraph(const FSIds & roots);
+void printDotGraph(const PathSet & roots);
 
 #endif /* !__DOTGRAPH_H */