use long instead of int where pointers are casted
[enigma2.git] / lib / driver / rc.h
index 909ebaee706ff5c831612ea469c343be8a4fbd56..2a776ee4d5e0ec35bf1fc9789a4a4e1c7ae62581 100644 (file)
@@ -41,7 +41,7 @@ public:
         * For Example, it might be 16bit codes with one bit make/break or special codes
         * for repeat.
         */
-       virtual void handleCode(int code)=0;
+       virtual void handleCode(long code)=0;
        /**
         * \brief Get user readable description.
         * \result The description.