summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/turnsmm')
-rw-r--r--lib/src/turnsmm/turn-order.cpp4
1 files changed, 2 insertions, 2 deletions
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<SortMode>
{
- return {this, "sort_mode"};
+ return {this, "sort-mode"};
}
auto TurnOrder::property_sort_mode() const noexcept -> Glib::PropertyProxy_ReadOnly<SortMode>
{
- return {this, "sort_mode"};
+ return {this, "sort-mode"};
}
TurnOrder::TurnOrder(BaseObjectType * gobj)