mirror of https://gitee.com/bigwinds/arangodb
fix struct/class mismatch
This commit is contained in:
parent
b31ef5356c
commit
bdde68342f
|
@ -29,7 +29,7 @@
|
|||
|
||||
namespace arangodb {
|
||||
class ManagedDocumentResult;
|
||||
class OperationCursor;
|
||||
struct OperationCursor;
|
||||
class Transaction;
|
||||
|
||||
namespace aql {
|
||||
|
|
Loading…
Reference in New Issue