forked from lix-project/lix
Fix mismatched tag warning on clang
This commit is contained in:
parent
8c363eb3eb
commit
fc35b11a7c
|
@ -17,7 +17,7 @@
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
||||||
struct Store;
|
class Store;
|
||||||
class EvalState;
|
class EvalState;
|
||||||
class StorePath;
|
class StorePath;
|
||||||
enum RepairFlag : bool;
|
enum RepairFlag : bool;
|
||||||
|
|
Loading…
Reference in a new issue