diff options
| author | Michael M <mchtly@gmail.com> | 2017-07-25 21:11:17 -0700 |
|---|---|---|
| committer | Michael M <mchtly@gmail.com> | 2017-08-03 13:29:59 -0700 |
| commit | 737651f298d4dfc6ce2b133fb5db02c8b315be1f (patch) | |
| tree | 5251dd0f3dc4accdd948c45b7ccccc6788262762 /Source/Android/jni/MainAndroid.cpp | |
| parent | 76459d88bfd61139ad0e26d1a3b1333f32be12fa (diff) | |
MsgHandler: small cleanup
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 2 |
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); |
