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 c6d63ce7..7c45bf89 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -721,7 +721,7 @@ void Room::addTag(const QString& name, const TagRecord& record)
checkRes.second, record.order);
}
-void Room::addTag(const QString& name, TagRecord::order_type order)
+void Room::addTag(const QString& name, float order)
{
addTag(name, TagRecord{order});
}