summaryrefslogtreecommitdiff
path: root/src/joystick.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-09 02:07:50 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-09 02:07:50 +0300
commit0cec4fa69c575f69015f37686f1e010d09f2ec48 (patch)
tree3ee7de7a6e19f3bc952bd9da5d4aaf274a37795d /src/joystick.h
parenta85d7ad79ce803adc3469a618bfd8dfe188f2cbf (diff)
downloadplus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.gz
plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.bz2
plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.xz
plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.zip
fix code style.
Diffstat (limited to 'src/joystick.h')
-rw-r--r--src/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/joystick.h b/src/joystick.h
index e97a900a8..22826e43d 100644
--- a/src/joystick.h
+++ b/src/joystick.h
@@ -67,7 +67,7 @@ class Joystick
* Constructor, pass the number of the joystick the new object
* should access.
*/
- Joystick(int no);
+ Joystick(const int no);
~Joystick();