summary refs log tree commit diff
path: root/pkgs/games/super-tux/g++4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/super-tux/g++4.patch')
-rw-r--r--pkgs/games/super-tux/g++4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/games/super-tux/g++4.patch b/pkgs/games/super-tux/g++4.patch
new file mode 100644
index 000000000000..a7378c80a29b
--- /dev/null
+++ b/pkgs/games/super-tux/g++4.patch
@@ -0,0 +1,13 @@
+diff --git a/src/menu.h b/src/menu.h
+index 3c67c45..7c7ab8e 100644
+--- a/src/menu.h
++++ b/src/menu.h
+@@ -207,7 +207,7 @@ public:
+
+   bool isToggled(int id);
+
+-  void Menu::get_controlfield_key_into_input(MenuItem *item);
++  void get_controlfield_key_into_input(MenuItem *item);
+
+   void draw   ();
+   void draw_item(int index, int menu_width, int menu_height);