forked from lix-project/lix
Fix clang warning
This commit is contained in:
parent
aef635da78
commit
d506bd587a
|
@ -7,7 +7,7 @@ namespace nix {
|
||||||
/* See path.rs. */
|
/* See path.rs. */
|
||||||
struct StorePath;
|
struct StorePath;
|
||||||
|
|
||||||
struct Store;
|
class Store;
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
void ffi_StorePath_drop(void *);
|
void ffi_StorePath_drop(void *);
|
||||||
|
|
Loading…
Reference in a new issue