mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
MAEMO: Fix uninitialized member
This commit is contained in:
parent
848b6daeb9
commit
2f08f95e11
@ -43,6 +43,7 @@ namespace Maemo {
|
||||
|
||||
OSystem_SDL_Maemo::OSystem_SDL_Maemo()
|
||||
:
|
||||
_eventObserver(0),
|
||||
OSystem_POSIX() {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user