summaryrefslogtreecommitdiff
path: root/src/irc/iid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/iid.cpp')
-rw-r--r--src/irc/iid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/iid.cpp b/src/irc/iid.cpp
index 63c7039..a63a1c3 100644
--- a/src/irc/iid.cpp
+++ b/src/irc/iid.cpp
@@ -9,7 +9,7 @@
constexpr char Iid::separator[];
Iid::Iid(std::string local, std::string server, Iid::Type type):
- type(std::move(type)),
+ type(type),
local(std::move(local)),
server(std::move(server))
{