Fix forward-decl of Bindings as "class", match definition.

(appease clang -Wmismatched-tags warning)
This commit is contained in:
Will Dietz 2017-12-11 11:51:55 -06:00
parent 06d4566c2d
commit c800f47395

View file

@ -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