about summary refs log tree commit diff
path: root/third_party/nix/src/nix-store/graphml.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix-store/graphml.hh')
-rw-r--r--third_party/nix/src/nix-store/graphml.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-store/graphml.hh b/third_party/nix/src/nix-store/graphml.hh
index c330dc6abc..199421acb2 100644
--- a/third_party/nix/src/nix-store/graphml.hh
+++ b/third_party/nix/src/nix-store/graphml.hh
@@ -6,6 +6,6 @@ namespace nix {
 
 class Store;
 
-void printGraphML(ref<Store> store, const PathSet& roots);
+void printGraphML(const ref<Store>& store, const PathSet& roots);
 
 }  // namespace nix