Skip to content

Commit

Permalink
Fixed missing @OverRide annotation warning in source for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 23, 2014
1 parent 4a67627 commit 425a06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -126,6 +126,7 @@ protected void onCreate(Bundle savedInstanceState) {
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();
Expand Down

0 comments on commit 425a06a

Please sign in to comment.