Fix clang warning

This commit is contained in:
Eelco Dolstra 2020-01-22 21:20:01 +01:00
parent aef635da78
commit d506bd587a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace nix {
/* See path.rs. */
struct StorePath;
struct Store;
class Store;
extern "C" {
void ffi_StorePath_drop(void *);