From 737651f298d4dfc6ce2b133fb5db02c8b315be1f Mon Sep 17 00:00:00 2001 From: Michael M Date: Tue, 25 Jul 2017 21:11:17 -0700 Subject: MsgHandler: small cleanup --- Source/Android/jni/MainAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Android/jni/MainAndroid.cpp') 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); -- cgit v1.2.3