aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-09-16 17:02:30 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-09-16 17:02:30 +0200
commit5080d4e7b2525d1656282c65a217a22ff8381df3 (patch)
tree72eab8c0135ca5c37e1d9b099f7880ccfbe2401f /src/libexpr
parent0066ef6c59c356d5714f2e26af9471937ba0c865 (diff)
parent77a0e2c5beba478f4cfc9f3c9516e516a5da43c9 (diff)
Merge branch 'document-store-options' of https://github.com/tweag/nix
Diffstat (limited to 'src/libexpr')
-rw-r--r--src/libexpr/flake/lockfile.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh
index 5e7cfda3e..9ec8b39c3 100644
--- a/src/libexpr/flake/lockfile.hh
+++ b/src/libexpr/flake/lockfile.hh
@@ -6,7 +6,7 @@
namespace nix {
class Store;
-struct StorePath;
+class StorePath;
}
namespace nix::flake {