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 438905b96..ebf08a8db 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -366,6 +366,7 @@ protected: int checkpartitionlifetimewrites(std::string arg); int mountsystemtoggle(std::string arg); int setlanguage(std::string arg); + int twcmd(std::string arg); int simulate; }; |