LockerAndInvoker: Reorder this to silence warning

This commit is contained in:
2025-09-30 03:52:37 -04:00
parent e53b0be7e2
commit 4ed36eb88a
+1 -1
View File
@@ -332,8 +332,8 @@ public:
#endif #endif
SerializedAsynchronousContinuation<OriginalCbFnT> SerializedAsynchronousContinuation<OriginalCbFnT>
&serializedContinuation; &serializedContinuation;
InvocationTargetT invocationTarget;
std::shared_ptr<ComponentThread> target; std::shared_ptr<ComponentThread> target;
InvocationTargetT invocationTarget;
}; };
}; };