mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01: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. */
|
||||
struct StorePath;
|
||||
|
||||
struct Store;
|
||||
class Store;
|
||||
|
||||
extern "C" {
|
||||
void ffi_StorePath_drop(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue