Fix mismatched tag warning on clang

This commit is contained in:
Eelco Dolstra 2022-03-25 15:22:22 +01:00
parent 8c363eb3eb
commit fc35b11a7c

View file

@ -17,7 +17,7 @@
namespace nix {
struct Store;
class Store;
class EvalState;
class StorePath;
enum RepairFlag : bool;