Revert "fix wrong position of rc-key on help" (9135f38a2f112ee139d494b41d47284ce8133d5d)
[vuplus_dvbapp] / lib / gdi / glcddc.h
index 6d5f383..a2b3c7f 100644 (file)
@@ -9,7 +9,7 @@ class gLCDDC: public gDC
        eLCD *lcd;
        static gLCDDC *instance;
        int update;
-       void exec(gOpcode *opcode);
+       void exec(const gOpcode *opcode);
        gSurface surface;
 public:
        gLCDDC();