Support turbo2.
[vuplus_dvbapp] / lib / gdi / glcddc.cpp
index 096705e..07bd910 100755 (executable)
@@ -30,13 +30,13 @@ gLCDDC::~gLCDDC()
        instance=0;
 }
 
-void gLCDDC::exec(gOpcode *o)
+void gLCDDC::exec(const gOpcode *o)
 {
        switch (o->opcode)
        {
        case gOpcode::flush:
 //             if (update)
-#ifndef BUILD_VUPLUS /* ikseong  */
+#ifndef BUILD_VUPLUS
                        lcd->update();
 #else
                        ;