summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index bee74850b..ce3a6ea2a 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -337,7 +337,7 @@ class Graphics : public gcn::SDLGraphics
int SDL_FakeUpperBlit(const SDL_Surface *const src,
SDL_Rect *const srcrect,
- SDL_Surface *const dst,
+ const SDL_Surface *const dst,
SDL_Rect *dstrect) const;
int mBpp;