summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
authorMichael M <mchtly@gmail.com>2017-07-25 21:11:17 -0700
committerMichael M <mchtly@gmail.com>2017-08-03 13:29:59 -0700
commit737651f298d4dfc6ce2b133fb5db02c8b315be1f (patch)
tree5251dd0f3dc4accdd948c45b7ccccc6788262762 /Source/Android/jni/MainAndroid.cpp
parent76459d88bfd61139ad0e26d1a3b1333f32be12fa (diff)
MsgHandler: small cleanup
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index fa92372f6a..07846711e6 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -152,7 +152,7 @@ void Host_UpdateProgressDialog(const char* caption, int position, int total)
{
}
-static bool MsgAlert(const char* caption, const char* text, bool yes_no, int /*Style*/)
+static bool MsgAlert(const char* caption, const char* text, bool yes_no, MsgType /*style*/)
{
__android_log_print(ANDROID_LOG_ERROR, DOLPHIN_TAG, "%s:%s", caption, text);