diff options
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h')
-rw-r--r-- | Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h b/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h index 3c090c8..5c34fcf 100644 --- a/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h +++ b/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.h @@ -28,7 +28,7 @@ extern "C" { #endif -extern void BE_PumpEvents(_THIS); +extern void HAIKU_PumpEvents(_THIS); #ifdef __cplusplus } |