aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/common-eval-args.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/common-eval-args.hh')
-rw-r--r--src/libexpr/common-eval-args.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/common-eval-args.hh b/src/libexpr/common-eval-args.hh
index 09fa406b2..be7fda783 100644
--- a/src/libexpr/common-eval-args.hh
+++ b/src/libexpr/common-eval-args.hh
@@ -6,7 +6,7 @@ namespace nix {
class Store;
class EvalState;
-struct Bindings;
+class Bindings;
struct MixEvalArgs : virtual Args
{