fix compiler error

This commit is contained in:
Evan Tschannen 2019-07-30 13:00:48 -07:00
parent 8f887ccaa5
commit 2301728903
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ private:
Version poppedUpTo;
std::deque< Promise<CommitMessage> > commitMessages;
Version nextCommit;
bool hasDiscardedData;
friend class LogSystemDiskQueueAdapterImpl;
};