From 00a75b1cd281e85843cae5da5d605f6e3bc733f1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 14 Mar 2016 15:32:34 +0100 Subject: Fix another mismatched tag http://hydra.nixos.org/build/33279570 --- src/libstore/store-api.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index adec0fb788c8..72b0b0f032db 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -140,7 +140,7 @@ struct BuildResult struct BasicDerivation; struct Derivation; -struct FSAccessor; +class FSAccessor; class Store : public std::enable_shared_from_this -- cgit 1.4.1