From d264dbca0c51ff3dfacb66eb66543a0088447aa3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 01:52:02 +0000 Subject: compiles --- otk/rendercontrol.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 123fd1bf..d3926745 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -4,6 +4,7 @@ extern "C" { #include +#include } namespace otk { @@ -66,7 +67,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(::Drawable d); + virtual void render(::Drawable d) = 0; }; } -- cgit v1.2.3