summaryrefslogtreecommitdiff
path: root/src/interface/Button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Button.h')
-rw-r--r--src/interface/Button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Button.h b/src/interface/Button.h
index 41a057b..7728218 100644
--- a/src/interface/Button.h
+++ b/src/interface/Button.h
@@ -33,6 +33,7 @@ public:
virtual ~Button();
bool Toggleable;
+ bool Enabled;
std::string ButtonText;