diff options
Diffstat (limited to 'lib/driver/rcconsole.h')
| -rw-r--r-- | lib/driver/rcconsole.h | 2 |
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; |
