1
0
Fork 0

Added a name to the dump indention variable.

This commit is contained in:
Michael Hackstein 2017-01-27 09:55:15 +01:00
parent ff4430f346
commit f7ce2c9de6
1 changed files with 1 additions and 1 deletions

View File

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