summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index a512060f..20ec8c1d 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -69,11 +69,11 @@ public:
static RenderControl *getRenderControl(int screen);
//! Draws a string onto a Surface
- virtual void drawString(Surface *sf, const Font &font, int x, int y,
+ virtual void drawString(Surface& sf, const Font &font, int x, int y,
const Color &color, const ustring &string) const;
//! Draws a background onto a Surface, as specified by a RenderTexture
- virtual void drawBackground(Surface *sf,
+ virtual void drawBackground(Surface &sf,
const RenderTexture &texture) const = 0;
};