From 9513f7303ffde9fbda869e346523a23197f4ece9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 13 May 2025 15:59:02 +0200 Subject: lib: begin TurnOrder implementation --- lib/src/turns-participant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/turns-participant.h') diff --git a/lib/src/turns-participant.h b/lib/src/turns-participant.h index a0e0d98..3ddfaa6 100644 --- a/lib/src/turns-participant.h +++ b/lib/src/turns-participant.h @@ -20,7 +20,7 @@ G_DECLARE_FINAL_TYPE(TurnsParticipant, turns_participant, TURNS, PARTICIPANT, GO * - @p priority is 0.0f * - @p disposition is Disposition.Neutral. */ -TurnsParticipant * turns_participant_new() G_GNUC_WARN_UNUSED_RESULT; +TurnsParticipant * turns_participant_new(void) G_GNUC_WARN_UNUSED_RESULT; /** * @brief Construct a new Participant with the given values. -- cgit v1.2.3