diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-02-04T14·10+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-02-04T14·10+0100 |
commit | c780c1124ec6711f09b9855c3b574b6655af6625 (patch) | |
tree | f4a4fe77166920e49f4d5ea7e9f0ce812afd3e93 /src/nix-store/dotgraph.hh | |
parent | fa7cd5369b7d9f947b0b26ca681e94b81068a3ef (diff) |
More of the same
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r-- | src/nix-store/dotgraph.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh index d03c7d5b7a58..e2b5fc72fbe1 100644 --- a/src/nix-store/dotgraph.hh +++ b/src/nix-store/dotgraph.hh @@ -6,6 +6,6 @@ namespace nix { class Store; -void printDotGraph(Store & store, const PathSet & roots); +void printDotGraph(ref<Store> store, const PathSet & roots); } |