Fix broken thread events

This commit is contained in:
elasota
2021-03-30 05:24:18 -04:00
parent bb2af5abb3
commit 69f59f769d

View File

@@ -56,6 +56,9 @@ private:
static GpThreadEvent_Web_Null ms_instance;
};
GpThreadEvent_Web_Null GpThreadEvent_Web_Null::ms_instance;
void GpThreadEvent_Web_Null::Wait()
{
}