diff options
author | Tarek Soliman | 2012-07-15 00:18:49 -0500 |
---|---|---|
committer | Tarek Soliman | 2012-07-15 00:26:04 -0500 |
commit | 2f08f95e117dbeb3d4b0e431e73a1a49c9809f23 (patch) | |
tree | fa7cdcf7bef6bdf5cbe2bba350c9e2a50d5829d5 /backends | |
parent | 848b6daeb980199a948fd5d067e5f199c1ee1593 (diff) | |
download | scummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.tar.gz scummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.tar.bz2 scummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.zip |
MAEMO: Fix uninitialized member
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/maemo/maemo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp index 4e50d04715..6bd229177b 100644 --- a/backends/platform/maemo/maemo.cpp +++ b/backends/platform/maemo/maemo.cpp @@ -43,6 +43,7 @@ namespace Maemo { OSystem_SDL_Maemo::OSystem_SDL_Maemo() : + _eventObserver(0), OSystem_POSIX() { } |