aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.cpp
diff options
context:
space:
mode:
authorTarek Soliman2012-07-15 00:18:49 -0500
committerTarek Soliman2012-07-15 00:26:04 -0500
commit2f08f95e117dbeb3d4b0e431e73a1a49c9809f23 (patch)
treefa7cdcf7bef6bdf5cbe2bba350c9e2a50d5829d5 /backends/platform/maemo/maemo.cpp
parent848b6daeb980199a948fd5d067e5f199c1ee1593 (diff)
downloadscummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.tar.gz
scummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.tar.bz2
scummvm-rg350-2f08f95e117dbeb3d4b0e431e73a1a49c9809f23.zip
MAEMO: Fix uninitialized member
Diffstat (limited to 'backends/platform/maemo/maemo.cpp')
-rw-r--r--backends/platform/maemo/maemo.cpp1
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() {
}