1
0
Fork 0

use struct instead of class (#4194)

This commit is contained in:
Heiko 2018-01-03 21:39:35 +01:00 committed by Jan
parent 5ff201bea7
commit 221e3f4f93
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
NS_BEGIN(arangodb)
NS_BEGIN(aql)
class AstNode;
class Variable;
struct AstNode;
struct Variable;
NS_END // aql