Skip to content
GitLab
Explore
Sign in
suyu
src
input_common
sdl
sdl_impl.cpp
Find file
Blame
History
Permalink
input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast
· b73ea457
Lioncash
authored
Jun 03, 2019
It's valid to static_cast a void pointer back into its proper type.
b73ea457
Loading