Fix permission check

This commit is contained in:
badaix 2025-05-12 17:50:27 +02:00 committed by Johannes Pohl
parent 0d32b5864b
commit 1a9d0b3516
3 changed files with 5 additions and 3 deletions

View file

@ -53,6 +53,7 @@ public:
null, ///< null
};
/// @return the string representation of @p type
std::string toString(Type type)
{
switch (type)