aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/td/actor/impl/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdactor/td/actor/impl/Event.h')
-rw-r--r--tdactor/td/actor/impl/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdactor/td/actor/impl/Event.h b/tdactor/td/actor/impl/Event.h
index 6f3d96053..6f8976884 100644
--- a/tdactor/td/actor/impl/Event.h
+++ b/tdactor/td/actor/impl/Event.h
@@ -155,7 +155,7 @@ class Event {
Event() : Event(Type::NoType) {
}
- Event(const Event &other) = delete;
+ Event(const Event &) = delete;
Event &operator=(const Event &) = delete;
Event(Event &&other) noexcept : type(other.type), link_token(other.link_token), data(other.data) {
other.type = Type::NoType;