fix possible crash on task abort and work with new getCD return value
[enigma2.git] / lib / driver / rcinput.h
index 2e288baaa20cbd9f42921138bfeb7f909b173224..c7f56975cd31b18f93cf42efc7252d9b079afd53 100644 (file)
@@ -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;
 };