summaryrefslogtreecommitdiff
path: root/src/blitter/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/base.hpp')
-rw-r--r--src/blitter/base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp
index 21d42d64c..f52f414f1 100644
--- a/src/blitter/base.hpp
+++ b/src/blitter/base.hpp
@@ -87,7 +87,7 @@ public:
* @param y How much you want to scroll to the bottom.
* @return A new destination pointer moved the the requested place.
*/
- virtual void *MoveTo(const void *video, int x, int y) = 0;
+ virtual void *MoveTo(void *video, int x, int y) = 0;
/**
* Draw a pixel with a given colour on the video-buffer.