aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcconsole.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/rcconsole.h
parenta3b666437785e7b6b97fa9de31e82867cea407ea (diff)
downloadenigma2-3458b59694ee3659c2afdd3e7e48a2e087f1102f.tar.gz
enigma2-3458b59694ee3659c2afdd3e7e48a2e087f1102f.zip
use long instead of int where pointers are casted
Diffstat (limited to 'lib/driver/rcconsole.h')
-rw-r--r--lib/driver/rcconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver/rcconsole.h b/lib/driver/rcconsole.h
index 0c1dd636..4af2a4c2 100644
--- a/lib/driver/rcconsole.h
+++ b/lib/driver/rcconsole.h
@@ -35,7 +35,7 @@ public:
class eRCConsole: public eRCDevice
{
public:
- void handleCode(int code);
+ void handleCode(long code);
eRCConsole(eRCDriver *driver);
const char *getDescription() const;
const char *getKeyDescription(const eRCKey &key) const;