summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
commitd8d9b42777ace234f3471918e1210062578f8188 (patch)
tree915e9aa986ba44dda4c357bc834c68b4dc550525 /otk/truerendercontrol.hh
parent0ba441fe8f379ec506000f7fa29f867cb6bc0d51 (diff)
widegt using new render system
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;
};
}