diff options
Diffstat (limited to 'src/nix-store/xmlgraph.hh')
-rw-r--r-- | src/nix-store/xmlgraph.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix-store/xmlgraph.hh b/src/nix-store/xmlgraph.hh index 6d6d12a066d5..6454d3a28d16 100644 --- a/src/nix-store/xmlgraph.hh +++ b/src/nix-store/xmlgraph.hh @@ -4,8 +4,8 @@ namespace nix { -class StoreAPI; +class Store; -void printXmlGraph(StoreAPI & store, const PathSet & roots); +void printXmlGraph(Store & store, const PathSet & roots); } |