summaryrefslogtreecommitdiffstats
path: root/common/changereplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/changereplay.h')
-rw-r--r--common/changereplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/changereplay.h b/common/changereplay.h
index 3ca896e..2772da9 100644
--- a/common/changereplay.h
+++ b/common/changereplay.h
@@ -63,6 +63,7 @@ private:
63 bool mReplayInProgress; 63 bool mReplayInProgress;
64 Sink::Storage::DataStore::Transaction mMainStoreTransaction; 64 Sink::Storage::DataStore::Transaction mMainStoreTransaction;
65 Sink::Log::Context mLogCtx; 65 Sink::Log::Context mLogCtx;
66 QSharedPointer<QObject> mGuard;
66}; 67};
67 68
68class NullChangeReplay : public ChangeReplay 69class NullChangeReplay : public ChangeReplay