diff options
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index fe79c003..a62715f5 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -16,6 +16,8 @@ private: public: TrueRenderControl(const ScreenInfo *screen); virtual ~TrueRenderControl(); + + virtual void render(::Drawable d) = 0; }; } |
