aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index e1e4fb91..61f475e8 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -101,7 +101,7 @@ struct EventStats;
struct Notification
{
enum Type { None = 0, Basic, Highlight };
- Q_ENUM(Notification)
+ Q_ENUM(Type)
Type type = None;