android fixes for latests object store

This commit is contained in:
Ari Lazier 2016-03-18 19:58:45 -07:00
parent 48199f6c08
commit 67f2f40297
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include <future>
namespace realm {
class ClientHistory;
class Replication;
namespace _impl {
class RealmCoordinator;
@ -38,7 +38,7 @@ private:
RealmCoordinator& m_parent;
// A shared group used to listen for changes
std::unique_ptr<ClientHistory> m_history;
std::unique_ptr<Replication> m_history;
SharedGroup m_sg;
// The listener thread