Add abstract class gMainDC as an interface for gFBDC and gSDLDC
[vuplus_dvbapp] / lib / gdi / grc.cpp
index dff6b05..a45b3b1 100644 (file)
@@ -609,7 +609,7 @@ gDC::~gDC()
        delete[] m_spinner_pic;
 }
 
-void gDC::exec(gOpcode *o)
+void gDC::exec(const gOpcode *o)
 {
        switch (o->opcode)
        {