diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-14 11:42:38 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-14 11:42:38 +0000 |
| commit | 9834a687fc5180f0beba99bc15fe5763f5c20317 (patch) | |
| tree | 814c904877c2a74008dc6d5719222ee1cbb79566 /otk/widget.hh | |
| parent | b169547797768acdb1ca90330375bba5b5caa19e (diff) | |
widget update fix
Diffstat (limited to 'otk/widget.hh')
| -rw-r--r-- | otk/widget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
