diff options
Diffstat (limited to 'src/utils/sdlhelper.cpp')
-rw-r--r-- | src/utils/sdlhelper.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp index dca31ab5e..821eb40a5 100644 --- a/src/utils/sdlhelper.cpp +++ b/src/utils/sdlhelper.cpp @@ -182,4 +182,8 @@ void SDL::makeCurrentContext(void *const context A_UNUSED) } #endif // defined(USE_X11) && defined(USE_OPENGL) +void SDL::initLogger() +{ +} + #endif // USE_SDL2 |