diff options
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/command.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index daa3b3fa7030..6b34e3881e79 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -6,7 +6,7 @@ namespace nix { struct Value; -struct Bindings; +class Bindings; class EvalState; /* A command is an argument parser that can be executed by calling its |