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(aql)
|
||||
|
||||
class AstNode;
|
||||
class Variable;
|
||||
struct AstNode;
|
||||
struct Variable;
|
||||
|
||||
NS_END // aql
|
||||
|
||||
|
|
Loading…
Reference in New Issue