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