diff options
Diffstat (limited to 'src/dotgraph.hh')
-rw-r--r-- | src/dotgraph.hh | 2 |
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 */ |