From c780c1124ec6711f09b9855c3b574b6655af6625 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 4 Feb 2016 15:10:47 +0100 Subject: More of the same --- src/nix-store/xmlgraph.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-store/xmlgraph.hh') diff --git a/src/nix-store/xmlgraph.hh b/src/nix-store/xmlgraph.hh index 6454d3a28d16..a6e7d4e2805a 100644 --- a/src/nix-store/xmlgraph.hh +++ b/src/nix-store/xmlgraph.hh @@ -6,6 +6,6 @@ namespace nix { class Store; -void printXmlGraph(Store & store, const PathSet & roots); +void printXmlGraph(ref store, const PathSet & roots); } -- cgit 1.4.1