mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix mismatched tag warning on clang
This commit is contained in:
parent
8c363eb3eb
commit
fc35b11a7c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
namespace nix {
|
||||
|
||||
|
||||
struct Store;
|
||||
class Store;
|
||||
class EvalState;
|
||||
class StorePath;
|
||||
enum RepairFlag : bool;
|
||||
|
|
Loading…
Reference in a new issue