1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/games/nil/files/patch-src-client-controls_keymapper_bindings.h
Martin Wilke 9402b6c4eb - Fix build with gcc 4.2
- Pass maintainership to the submitter

PR:		118281
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-27 22:49:11 +00:00

12 lines
579 B
C

--- src/client/controls/keymapper_bindings.h.orig 2007-11-27 14:19:00.000000000 +0100
+++ src/client/controls/keymapper_bindings.h 2007-11-27 14:19:25.000000000 +0100
@@ -112,7 +112,7 @@
/*! Find a key based on a mouse button
@param button The number of the button
@return Returns the iterator */
- iterator Evtmapper_bindings::find_by_mouse_button(int button);
+ iterator find_by_mouse_button(int button);
/*! Find a key based on its command function
@param cmdfunction The commandfunction we are searching for
@return Returns the iterator*/