1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-02-09 13:10:38 +00:00

fixed compiler warning

This commit is contained in:
Bryan Roe
2020-05-09 16:34:14 -07:00
parent d194bd9501
commit 7e5a0528fe

View File

@@ -294,7 +294,7 @@ DWORD WINAPI KVM_InitMessagePumpEx(LPVOID parm)
KVM_PumpMessage();
DestroyWindow(CUR_HWND);
CUR_HWND = NULL;
UnregisterClassA(a, GetModuleHandleA(NULL));
UnregisterClassA((LPCSTR)a, GetModuleHandleA(NULL));
}
return(0);
}