Fixed missing @Override annotation warning in source for Android.
--- a/android-project/src/org/libsdl/app/SDLActivity.java Thu Oct 23 16:38:03 2014 +0200
+++ b/android-project/src/org/libsdl/app/SDLActivity.java Thu Oct 23 16:39:15 2014 +0200
@@ -126,6 +126,7 @@
dlgAlert.setTitle("SDL Error");
dlgAlert.setPositiveButton("Exit",
new DialogInterface.OnClickListener() {
+ @Override
public void onClick(DialogInterface dialog,int id) {
// if this button is clicked, close current activity
SDLActivity.mSingleton.finish();