Fix forward-decl of Bindings as "class", match definition.
(appease clang -Wmismatched-tags warning)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user