summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh
index bd6d80af..b85a7cc2 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -25,7 +25,7 @@ public:
TrueRenderControl(int screen);
virtual ~TrueRenderControl();
- virtual void drawBackground(Surface *sf, const RenderTexture &texture) const;
+ virtual void drawBackground(Surface& sf, const RenderTexture &texture) const;
};
}