diff options
Diffstat (limited to 'src/nix-store/xmlgraph.cc')
-rw-r--r-- | src/nix-store/xmlgraph.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/xmlgraph.cc b/src/nix-store/xmlgraph.cc index f88266bbbded..ccb218408a8a 100644 --- a/src/nix-store/xmlgraph.cc +++ b/src/nix-store/xmlgraph.cc @@ -33,7 +33,7 @@ static string makeNode(const string & id) } -void printXmlGraph(StoreAPI & store, const PathSet & roots) +void printXmlGraph(Store & store, const PathSet & roots) { PathSet workList(roots); PathSet doneSet; |