diff options
Diffstat (limited to 'tls/tests/mock-interaction.c')
-rw-r--r-- | tls/tests/mock-interaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/tests/mock-interaction.c b/tls/tests/mock-interaction.c index 7714be6..9771194 100644 --- a/tls/tests/mock-interaction.c +++ b/tls/tests/mock-interaction.c @@ -38,7 +38,7 @@ struct _MockInteraction GError *static_error; }; -G_DEFINE_TYPE (MockInteraction, mock_interaction, G_TYPE_TLS_INTERACTION); +G_DEFINE_FINAL_TYPE (MockInteraction, mock_interaction, G_TYPE_TLS_INTERACTION); static void mock_interaction_ask_password_async (GTlsInteraction *interaction, |