diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 17:08:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 17:08:03 +0200 |
| commit | 34f321486a70f04eb5f4b2c610219d70910956f4 (patch) | |
| tree | e54b2559a3f11f804a712efb4e26bb37861ec28a /domain/include | |
| parent | 37732d5ccae97d80a9083ae295af018f154edb5a (diff) | |
| download | turns-34f321486a70f04eb5f4b2c610219d70910956f4.tar.xz turns-34f321486a70f04eb5f4b2c610219d70910956f4.zip | |
app: implement basic creation of participants
Diffstat (limited to 'domain/include')
| -rw-r--r-- | domain/include/turns/domain/turn_order.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domain/include/turns/domain/turn_order.hpp b/domain/include/turns/domain/turn_order.hpp index 8c9afa7..a82e331 100644 --- a/domain/include/turns/domain/turn_order.hpp +++ b/domain/include/turns/domain/turn_order.hpp @@ -17,7 +17,7 @@ namespace turns::domain auto static create() -> Glib::RefPtr<turn_order>; - auto append(Glib::ustring const & name, float order_value) -> turn_order &; + auto append(Glib::ustring const & name, float order_value) -> void; auto sort() -> void; }; |
