summary refs log tree commit diff
path: root/pkgs/games/super-tux/g++4.patch
blob: a7378c80a29bc0e74c4fcf686b3e0457dd40e649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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);