Wait for an explicit "Close" by the user instead of closing the DownloadDialog automa...
[supertux.git] / src / supertux / menu / contrib_menu.hpp
index 01f8729..f655c88 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -30,8 +30,8 @@ private:
 public:
   ContribMenu();
   ~ContribMenu();
-  
-  void check_menu();
+
+  void menu_action(MenuItem* item) override;
 
 private:
   ContribMenu(const ContribMenu&);