From d506bd587aa62dfa9e70f5ba87dd614f7286fe2d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 22 Jan 2020 21:20:01 +0100 Subject: [PATCH] Fix clang warning --- src/libstore/path.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/path.hh b/src/libstore/path.hh index 6b29c3566..c31ea2179 100644 --- a/src/libstore/path.hh +++ b/src/libstore/path.hh @@ -7,7 +7,7 @@ namespace nix { /* See path.rs. */ struct StorePath; -struct Store; +class Store; extern "C" { void ffi_StorePath_drop(void *);