diff options
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; }; } |
