summaryrefslogtreecommitdiff
path: root/src/surfacegraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surfacegraphics.h')
-rw-r--r--src/surfacegraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/surfacegraphics.h b/src/surfacegraphics.h
index 5cce65ddd..9ba2f183f 100644
--- a/src/surfacegraphics.h
+++ b/src/surfacegraphics.h
@@ -52,7 +52,7 @@ class SurfaceGraphics : public Graphics
virtual ~SurfaceGraphics();
- void setWindow(SDL_Surface *const target)
+ void setTarget(SDL_Surface *const target)
{ mTarget = target; }
SDL_Surface *getTarget() const