use long instead of int where pointers are casted
[vuplus_dvbapp] / lib / driver / rcinput.h
index 2e288ba..c7f5697 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;
 };