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 84a9e5ecf..0d969279a 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -313,6 +313,7 @@ protected: int cancelzip(std::string arg); int queueclear(std::string arg); int sleep(std::string arg); + int sleepcounter(std::string arg); int appenddatetobackupname(std::string arg); int generatebackupname(std::string arg); int checkpartitionlist(std::string arg); |