Fixed const warning

This commit is contained in:
akallabeth 2022-06-22 12:58:06 +02:00 committed by akallabeth
parent 5b163b7918
commit de91cec5bf
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ xfAppWindow* xf_AppWindowFromX11Window(xfContext* xfc, Window wnd)
for (index = 0; index < count; index++)
{
const xfAppWindow* appWindow = xf_rail_get_window(xfc, *(UINT64*)pKeys[index]);
xfAppWindow* appWindow = xf_rail_get_window(xfc, *(UINT64*)pKeys[index]);
if (!appWindow)
{