1
0
Fork 0

fixed forward declaration

This commit is contained in:
Jan Steemann 2015-08-19 17:54:06 +02:00
parent 0e3fddf917
commit c5f36e6cd5
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
struct TRI_col_info_s;
struct TRI_document_collection_t;
struct TRI_json_t;
struct TRI_replication_applier_t;
class TRI_replication_applier_t;
struct TRI_server_t;
struct TRI_vocbase_col_s;
struct TRI_vocbase_defaults_s;
@ -308,7 +308,7 @@ struct TRI_vocbase_t {
std::set<TRI_voc_tid_t>* _oldTransactions;
struct TRI_replication_applier_t* _replicationApplier;
class TRI_replication_applier_t* _replicationApplier;
// state of the database
// 0 = inactive