summaryrefslogtreecommitdiffstats
path: root/src/message-stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message-stack.h')
-rw-r--r--src/message-stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message-stack.h b/src/message-stack.h
index ed0315cf5..a8cbf08df 100644
--- a/src/message-stack.h
+++ b/src/message-stack.h
@@ -164,8 +164,8 @@ private:
guint timeout_id;
};
- MessageStack(MessageStack const &); // no copy
- void operator=(MessageStack const &); // no assign
+ MessageStack(MessageStack const &) = delete; // no copy
+ void operator=(MessageStack const &) = delete; // no assign
/// pushes a message onto the stack with an optional timeout
MessageId _push(MessageType type, unsigned int lifetime, char const *message);