From 4ed36eb88a0d41e6592ced530cbd0b1279821e64 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 30 Sep 2025 03:52:37 -0400 Subject: [PATCH] LockerAndInvoker: Reorder this to silence warning --- include/serializedAsynchronousContinuation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };