aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/dotgraph.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/dotgraph.hh')
-rw-r--r--src/nix-store/dotgraph.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/dotgraph.hh b/src/nix-store/dotgraph.hh
index d03c7d5b7..e2b5fc72f 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);
}