diff options
Diffstat (limited to 'lib/gdi/glcddc.h')
| -rw-r--r-- | lib/gdi/glcddc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gdi/glcddc.h b/lib/gdi/glcddc.h index 6d5f3834..a2b3c7f0 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(); |
