mirror of https://gitee.com/bigwinds/arangodb
Added a name to the dump indention variable.
This commit is contained in:
parent
ff4430f346
commit
f7ce2c9de6
|
@ -245,7 +245,7 @@ struct AstNode {
|
||||||
|
|
||||||
/// @brief dump the node (for debugging purposes)
|
/// @brief dump the node (for debugging purposes)
|
||||||
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
|
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
|
||||||
void dump(int) const;
|
void dump(int indent) const;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// @brief compute the value for a constant value node
|
/// @brief compute the value for a constant value node
|
||||||
|
|
Loading…
Reference in New Issue