diff --git a/include/serializedAsynchronousContinuation.h b/include/serializedAsynchronousContinuation.h index d309980..f8c4cb3 100644 --- a/include/serializedAsynchronousContinuation.h +++ b/include/serializedAsynchronousContinuation.h @@ -25,7 +25,7 @@ public: SerializedAsynchronousContinuation( const std::shared_ptr &caller, Callback originalCbFn, - std::vector> requiredLocks = {}) + std::vector> requiredLocks) : PostedAsynchronousContinuation(caller, originalCbFn), requiredLocks(*this, std::move(requiredLocks)) {}