aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authorCameron Cawley2019-05-09 18:58:09 +0100
committerCameron Cawley2019-05-09 18:58:09 +0100
commit6989e63a25f7e74e7e7531d17313c75a4bda597e (patch)
tree5f37f32b3dd5cd8b87eab0619822b590b0ff1660 /backends/platform/android/android.h
parent96660273fd44a251acc6bf48f9f260ba5858a668 (diff)
downloadscummvm-rg350-6989e63a25f7e74e7e7531d17313c75a4bda597e.tar.gz
scummvm-rg350-6989e63a25f7e74e7e7531d17313c75a4bda597e.tar.bz2
scummvm-rg350-6989e63a25f7e74e7e7531d17313c75a4bda597e.zip
ANDROID: Make pushEvent take 7 parameters instead of 6
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index 9f91a65b55..64c4d9c3f5 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -210,7 +210,7 @@ public:
}
public:
- void pushEvent(int type, int arg1, int arg2, int arg3, int arg4, int arg5);
+ void pushEvent(int type, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6);
private:
Common::Queue<Common::Event> _event_queue;