summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maplayer.h b/src/maplayer.h
index ad2378010..19b8f2503 100644
--- a/src/maplayer.h
+++ b/src/maplayer.h
@@ -141,14 +141,14 @@ class MapLayer final: public ConfigListener
#ifdef USE_OPENGL
void drawOGL(Graphics *const graphics);
- void updateOGL(Graphics *const graphics,
+ void updateOGL(const Graphics *const graphics,
int startX, int startY,
int endX, int endY,
const int scrollX, const int scrollY,
const int mDebugFlags);
#endif
- void updateSDL(Graphics *const graphics,
+ void updateSDL(const Graphics *const graphics,
int startX, int startY,
int endX, int endY,
const int scrollX, const int scrollY,