diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:06:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:06:39 +0000 |
| commit | 9f705c02b9c412c053fc12a2ebdc5cebe83400c8 (patch) | |
| tree | 6d5dd7e82f351e74233b8f23e9ccdd05e40e5e0b /otk/rendercontrol.hh | |
| parent | 2005c344bdb4b59611972bc37e194d2e14cdf911 (diff) | |
*** empty log message ***
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index efa16fd0..14c0e92c 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -10,7 +10,7 @@ extern "C" { namespace otk { class ScreenInfo; -class Widget; +class Surface; class RenderControl { protected: @@ -66,7 +66,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(Widget *wi) = 0; + virtual void render(Surface *sf) = 0; }; } |
