aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcinput.h
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2008-03-25 22:12:37 +0000
committerAndreas Oberritter <obi@opendreambox.org>2008-03-25 22:12:37 +0000
commit3458b59694ee3659c2afdd3e7e48a2e087f1102f (patch)
tree2b7076c15ab9ead90a355305be2e2364f6c962d9 /lib/driver/rcinput.h
parenta3b666437785e7b6b97fa9de31e82867cea407ea (diff)
downloadenigma2-3458b59694ee3659c2afdd3e7e48a2e087f1102f.tar.gz
enigma2-3458b59694ee3659c2afdd3e7e48a2e087f1102f.zip
use long instead of int where pointers are casted
Diffstat (limited to 'lib/driver/rcinput.h')
-rw-r--r--lib/driver/rcinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h
index 2e288baa..c7f56975 100644
--- a/lib/driver/rcinput.h
+++ b/lib/driver/rcinput.h
@@ -7,7 +7,7 @@ class eRCDeviceInputDev: public eRCDevice
{
int iskeyboard;
public:
- void handleCode(int code);
+ void handleCode(long code);
eRCDeviceInputDev(eRCInputEventDriver *driver);
const char *getDescription() const;
};