summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 01:52:02 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 01:52:02 +0000
commitd264dbca0c51ff3dfacb66eb66543a0088447aa3 (patch)
tree76850ca3b7d6f2403b0ee16e353d40c48907d8f3 /otk/truerendercontrol.hh
parent24b33ef877808f0af5b967f21c011ab8b314e780 (diff)
compiles
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh
index a62715f5..9647a2a3 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -17,7 +17,7 @@ public:
TrueRenderControl(const ScreenInfo *screen);
virtual ~TrueRenderControl();
- virtual void render(::Drawable d) = 0;
+ virtual void render(::Drawable d);
};
}