summaryrefslogtreecommitdiff
path: root/src/irc/iid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/iid.hpp')
-rw-r--r--src/irc/iid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/iid.hpp b/src/irc/iid.hpp
index a857ae9..44861c1 100644
--- a/src/irc/iid.hpp
+++ b/src/irc/iid.hpp
@@ -54,7 +54,7 @@ public:
User,
Server,
};
- static constexpr auto separator = "%";
+ static constexpr char separator[]{"%"};
Iid(const std::string& iid, const std::set<char>& chantypes);
Iid(const std::string& iid, const std::initializer_list<char>& chantypes);
Iid(const std::string& iid, const Bridge* bridge);