summaryrefslogtreecommitdiffstats
path: root/kit/ChildSession.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kit/ChildSession.hpp')
-rw-r--r--kit/ChildSession.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kit/ChildSession.hpp b/kit/ChildSession.hpp
index 30ba7da635..fcb3bed78e 100644
--- a/kit/ChildSession.hpp
+++ b/kit/ChildSession.hpp
@@ -303,7 +303,8 @@ private:
bool renderShapeSelection(const char* buffer, int length, const StringVector& tokens);
bool removeTextContext(const char* /*buffer*/, int /*length*/, const StringVector& tokens);
#if defined(ENABLE_FREEMIUM) || defined(ENABLE_FEATURE_RESTRICTION)
- bool updateBlockingCommandStatus(const char* buffer, int length, const StringVector& tokens, std::string type);
+ bool updateBlockingCommandStatus(const char* buffer, int length, const StringVector& tokens);
+ std::string getBlockedCommandType(std::string command);
#endif
void rememberEventsForInactiveUser(const int type, const std::string& payload);