Skip to content

Commit 119195a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SFML/Window/Unix/WindowImplX11.cpp

+1-1
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)