diff options
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index d3926745..e8dcca44 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -67,7 +67,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(::Drawable d) = 0; + virtual void render(::Window w) = 0; }; } |
