summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorthat <github@that.at>2015-07-09 00:19:58 +0200
committerDees Troy <dees_troy@teamw.in>2015-07-14 16:07:11 +0200
commitc01391c12399081eb3c418142c59885f76011145 (patch)
treec394a5d11f5d12a0284b11b0839e5102c7f9ca60 /gui/objects.hpp
parentgui: keyboard: support longpress label offset, code cleanup (diff)
downloadandroid_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar.gz
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar.bz2
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar.lz
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar.xz
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.tar.zst
android_bootable_recovery-c01391c12399081eb3c418142c59885f76011145.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index be1f9734f..f8569d6ea 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -634,6 +634,7 @@ protected:
std::string displayName;
std::string variableValue;
unsigned int selected;
+ GUIAction* action;
};
protected: