From 7572108d6774bd3b501e1dd3fab2a014ed164fcf Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 23 May 2025 12:37:01 +0200 Subject: lib: add participant-count property to TurnOrder --- lib/src/turnsmm/turn-order.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/src/turnsmm/turn-order.cpp') diff --git a/lib/src/turnsmm/turn-order.cpp b/lib/src/turnsmm/turn-order.cpp index 5f38ded..d737679 100644 --- a/lib/src/turnsmm/turn-order.cpp +++ b/lib/src/turnsmm/turn-order.cpp @@ -141,12 +141,12 @@ namespace Turns auto TurnOrder::property_sort_mode() noexcept -> Glib::PropertyProxy { - return {this, "sort_mode"}; + return {this, "sort-mode"}; } auto TurnOrder::property_sort_mode() const noexcept -> Glib::PropertyProxy_ReadOnly { - return {this, "sort_mode"}; + return {this, "sort-mode"}; } TurnOrder::TurnOrder(BaseObjectType * gobj) -- cgit v1.2.3