mirror of https://gitee.com/bigwinds/arangodb
use struct instead of class (#4194)
This commit is contained in:
parent
5ff201bea7
commit
221e3f4f93
|
@ -31,8 +31,8 @@
|
||||||
NS_BEGIN(arangodb)
|
NS_BEGIN(arangodb)
|
||||||
NS_BEGIN(aql)
|
NS_BEGIN(aql)
|
||||||
|
|
||||||
class AstNode;
|
struct AstNode;
|
||||||
class Variable;
|
struct Variable;
|
||||||
|
|
||||||
NS_END // aql
|
NS_END // aql
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue