aboutsummaryrefslogtreecommitdiff
path: root/lib/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.cpp')
-rw-r--r--lib/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp
index b7e8195d..2e409124 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -726,7 +726,7 @@ void Room::addTag(const QString& name, const TagRecord& record)
d->sendTagUpdates();
}
-void Room::addTag(const QString& name, const QString& order)
+void Room::addTag(const QString& name, TagRecord::order_type order)
{
addTag(name, TagRecord{order});
}