aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-03-25 15:22:22 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-03-25 15:22:22 +0100
commitfc35b11a7cde047cd799a6c83b0da312b713e0fb (patch)
treeed1e3aee097c53d35a8dda6abd51aae5c6bf2c27
parent8c363eb3eb3db96287a10eb5fcde23986a96164f (diff)
Fix mismatched tag warning on clang
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index ab46b448c..e7915dd99 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -17,7 +17,7 @@
namespace nix {
-struct Store;
+class Store;
class EvalState;
class StorePath;
enum RepairFlag : bool;