diff options
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 15ad1e6c2..e7ade18a5 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -652,6 +652,7 @@ protected: ImageResource* mIconSelected; ImageResource* mIconUnselected; bool isCheckList; + bool isTextParsed; }; class GUIPartitionList : public GUIScrollList |