Remove unneeded cast

This commit is contained in:
Dmitry Marakasov 2018-10-16 18:08:13 +03:00 committed by Lukas Dürrenberger
parent 2be4e54d4a
commit 119195ac20

View File

@ -1556,7 +1556,7 @@ void WindowImplX11::initialize()
m_window,
XNInputStyle,
XIMPreeditNothing | XIMStatusNothing,
reinterpret_cast<void*>(NULL));
NULL);
}
else
{