[*] Amend a37a7f10 for runtime update

This commit is contained in:
Reece Wilson 2024-07-12 17:02:46 +01:00
parent 37456a9066
commit b24a938e72

View File

@ -11,7 +11,7 @@
AuSPtr<AuIO::IIOProcessor> GetRPCProcessor()
{
return AuAsync::IThreadPool::GetSelfIOProcessor();
return AuAsync::GetSelfIOProcessor();
}
bool AuRPC::StartClient(AuAsync::WorkerPId_t worker)