diff options
Diffstat (limited to 'gui/include/participant_row.hpp')
| -rw-r--r-- | gui/include/participant_row.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/include/participant_row.hpp b/gui/include/participant_row.hpp index 1388e41..dd0eeea 100644 --- a/gui/include/participant_row.hpp +++ b/gui/include/participant_row.hpp @@ -32,7 +32,8 @@ namespace Turns::gui "toggle_defeated", }; - ParticipantRow(Glib::RefPtr<Turns::Participant> participant); + ParticipantRow(); + explicit ParticipantRow(Glib::RefPtr<Turns::Participant> participant); auto delete_enabled() -> Glib::PropertyProxy<bool>; auto edit_enabled() -> Glib::PropertyProxy<bool>; |
