aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 64c1b78f1..529d25807 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -410,7 +410,7 @@ void User::Oper(std::shared_ptr<OperInfo> info)
namespace
{
- void ParseModeList(std::bitset<64>& modeset, std::shared_ptr<ConfigTag> tag, const std::string& field)
+ void ParseModeList(ModeParser::ModeStatus& modeset, std::shared_ptr<ConfigTag> tag, const std::string& field)
{
for (const auto& chr : tag->getString(field))
{