Test passed, now with fix

This commit is contained in:
Ryan Hill 2021-05-13 01:03:39 -07:00
parent 0a59bc3902
commit 8b538e7918

View file

@ -85,7 +85,7 @@ class DistributedRunContext {
return DistributedRunContext::GetOrCreateInstance();
}
#else
DistributedRunContext& GetInstance() { return Provider_Gethost()->GetDistributedRunContextInstance; }
DistributedRunContext& GetInstance() { return Provider_GetHost()->GetDistributedRunContextInstance(); }
#endif
/* SHORTCUT FUNCTIONS START */