From 9834a687fc5180f0beba99bc15fe5763f5c20317 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Thu, 14 Nov 2002 11:42:38 +0000 Subject: widget update fix --- otk/widget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/widget.hh') diff --git a/otk/widget.hh b/otk/widget.hh index ccda3b1f..85eefe79 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -25,7 +25,7 @@ public: virtual ~OtkWidget(); - void update(void); + virtual void update(void); inline Window getWindow(void) const { return _window; } inline const OtkWidget *getParent(void) const { return _parent; } -- cgit v1.2.3