From f7ce2c9de6543f1b49627aa3c2a68841b193be8b Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Fri, 27 Jan 2017 09:55:15 +0100 Subject: [PATCH] Added a name to the dump indention variable. --- arangod/Aql/AstNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/Aql/AstNode.h b/arangod/Aql/AstNode.h index 53bd1eee2c..c716928f0f 100644 --- a/arangod/Aql/AstNode.h +++ b/arangod/Aql/AstNode.h @@ -245,7 +245,7 @@ struct AstNode { /// @brief dump the node (for debugging purposes) #ifdef ARANGODB_ENABLE_MAINTAINER_MODE - void dump(int) const; + void dump(int indent) const; #endif /// @brief compute the value for a constant value node