use long instead of int where pointers are casted
[enigma2.git] / lib / gui / elistbox.h
index da661670ef40025833e4becf2767397029faa645..102e50fbaac7cf2f493154c372169ecab7cd2934 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();