Merge branch 'bug_615_replace_rawfile'
[enigma2.git] / lib / gdi / glcddc.h
index 6d5f383486021b598e9de05fa52b38bfff297dfb..a2b3c7f0e04111f93169a64def0f5968369ab85b 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();