use long instead of int where pointers are casted
[vuplus_dvbapp] / lib / driver / rcconsole.h
index 0c1dd63..4af2a4c 100644 (file)
@@ -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;