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
SerializedAsynchronousContinuation<OriginalCbFnT>
&serializedContinuation;
InvocationTargetT invocationTarget;
std::shared_ptr<ComponentThread> target;
InvocationTargetT invocationTarget;
};
};