mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Remove unneeded cast
This commit is contained in:
parent
2be4e54d4a
commit
119195ac20
@ -1556,7 +1556,7 @@ void WindowImplX11::initialize()
|
|||||||
m_window,
|
m_window,
|
||||||
XNInputStyle,
|
XNInputStyle,
|
||||||
XIMPreeditNothing | XIMStatusNothing,
|
XIMPreeditNothing | XIMStatusNothing,
|
||||||
reinterpret_cast<void*>(NULL));
|
NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user