summaryrefslogtreecommitdiff
path: root/src/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.cpp')
-rw-r--r--src/message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.cpp b/src/message.cpp
index 601bc39..f8e0d96 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -213,7 +213,7 @@ UUID DirectMessageService::uuid() const
return myUUID;
}
-void DirectMessageService::handle(Context & ctx) const
+void DirectMessageService::handle(Context & ctx)
{
auto pid = ctx.peer().identity();
if (!pid)