mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Fix clang warning
This commit is contained in:
parent
aef635da78
commit
d506bd587a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue