summaryrefslogtreecommitdiff
path: root/src/hashcomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashcomp.cpp')
-rw-r--r--src/hashcomp.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp
index 67dec4e85..6154a4b55 100644
--- a/src/hashcomp.cpp
+++ b/src/hashcomp.cpp
@@ -604,3 +604,13 @@ unsigned char irc::dynamicbitmask::GetSize()
return bits_size;
}
+std::string assign(const irc::string &other)
+{
+ return other.c_str();
+}
+
+irc::string assign(const std::string &other)
+{
+ return other.c_str();
+}
+