1
0
Fork 0

fix struct/class mismatch

This commit is contained in:
jsteemann 2016-10-24 10:55:29 +02:00
parent b31ef5356c
commit bdde68342f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
namespace arangodb {
class ManagedDocumentResult;
class OperationCursor;
struct OperationCursor;
class Transaction;
namespace aql {