X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgdi%2Fglcddc.h;h=a2b3c7f0e04111f93169a64def0f5968369ab85b;hb=33e4aeedec7bde0b0f853396f7b308412bd85496;hp=6d5f383486021b598e9de05fa52b38bfff297dfb;hpb=b8e9b51fb1a75b1805cf3108ffdc22aff9f75cf2;p=vuplus_dvbapp diff --git a/lib/gdi/glcddc.h b/lib/gdi/glcddc.h index 6d5f383..a2b3c7f 100644 --- a/lib/gdi/glcddc.h +++ b/lib/gdi/glcddc.h @@ -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();