diff options
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 7d183c28..c7fc713b 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -167,7 +167,7 @@ protected: bool _fixed_width; bool _fixed_height; - Surface _surface; + Surface *_surface; EventDispatcher *_event_dispatcher; }; |
