diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 62bc3e0e..134b5c54 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -59,6 +59,7 @@ class FltkTooltip: public core::style::Tooltip private: FltkTooltip (const char *text); ~FltkTooltip (); + char *escaped_str; public: static FltkTooltip *create(const char *text); void onEnter(); |