summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 04:06:39 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 04:06:39 +0000
commit9f705c02b9c412c053fc12a2ebdc5cebe83400c8 (patch)
tree6d5dd7e82f351e74233b8f23e9ccdd05e40e5e0b /otk/truerendercontrol.hh
parent2005c344bdb4b59611972bc37e194d2e14cdf911 (diff)
*** empty log message ***
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 574b5272..4012a008 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -17,7 +17,7 @@ public:
TrueRenderControl(const ScreenInfo *screen);
virtual ~TrueRenderControl();
- virtual void render(Widget *wi);
+ virtual void render(Surface *sf);
};
}