From e6bfddf849009bef7bbb75be5147b4a533fa1ad2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Feb 2003 07:06:45 +0000 Subject: add pseudorendercontrol --- otk/surface.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/surface.hh') diff --git a/otk/surface.hh b/otk/surface.hh index 18733517..112bb392 100644 --- a/otk/surface.hh +++ b/otk/surface.hh @@ -4,6 +4,7 @@ #include "point.hh" #include "truerendercontrol.hh" +#include "pseudorendercontrol.hh" extern "C" { #include @@ -45,6 +46,7 @@ public: // to it. Noone else needs them tho, so they are private. friend class RenderControl; friend class TrueRenderControl; + friend class PseudoRenderControl; }; } -- cgit v1.2.3