diff --git a/ConflictSet.cpp b/ConflictSet.cpp index b272db6..8b2f4b6 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -3139,7 +3139,7 @@ void CheckJob::init(const ConflictSet::ReadRange *read, this->readVersion = InternalVersionT(read->readVersion); this->result = result; this->tls = tls; - this->next = (CheckJob::continuation)check_point_read_state_machine::begin; + this->next = check_point_read_state_machine::begin; } else { *result = checkRangeRead(root, begin, end, InternalVersionT(read->readVersion), tls)