diff --git a/include/serializedAsynchronousContinuation.h b/include/serializedAsynchronousContinuation.h index 796d637..a586951 100644 --- a/include/serializedAsynchronousContinuation.h +++ b/include/serializedAsynchronousContinuation.h @@ -332,8 +332,8 @@ public: #endif SerializedAsynchronousContinuation &serializedContinuation; - InvocationTargetT invocationTarget; std::shared_ptr target; + InvocationTargetT invocationTarget; }; };