diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-20 06:11:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-20 06:11:12 +0000 |
| commit | d8d9b42777ace234f3471918e1210062578f8188 (patch) | |
| tree | 915e9aa986ba44dda4c357bc834c68b4dc550525 /otk/truerendercontrol.hh | |
| parent | 0ba441fe8f379ec506000f7fa29f867cb6bc0d51 (diff) | |
widegt using new render system
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 2 |
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; }; } |
