forked from lix-project/lix
Fix forward-decl of Bindings as "class", match definition.
(appease clang -Wmismatched-tags warning)
This commit is contained in:
parent
06d4566c2d
commit
c800f47395
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue