Skip to content

Commit 119195a

Browse files
AMDmi3eXpl0it3r
authored andcommitted
Remove unneeded cast
1 parent 2be4e54 commit 119195a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SFML/Window/Unix/WindowImplX11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ void WindowImplX11::initialize()
15561556
m_window,
15571557
XNInputStyle,
15581558
XIMPreeditNothing | XIMStatusNothing,
1559-
reinterpret_cast<void*>(NULL));
1559+
NULL);
15601560
}
15611561
else
15621562
{

0 commit comments

Comments
 (0)