use long instead of int where pointers are casted
[vuplus_dvbapp] / lib / gui / elistbox.h
index da66167..102e50f 100644 (file)
@@ -102,7 +102,7 @@ public:
        }; */
 
        int getCurrentIndex();
-       void moveSelection(int how);
+       void moveSelection(long how);
        void moveSelectionTo(int index);
        void moveToEnd();
        bool atBegin();