aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index 68cb4923..109fc0e5 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -176,6 +176,9 @@ namespace ui {
*/
class FltkResource: public object::Object
{
+private:
+ bool enabled;
+
protected:
class ViewAndWidget: public object::Object
{