diff options
Diffstat (limited to 'crypto/tlscredsanon.c')
| -rw-r--r-- | crypto/tlscredsanon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tlscredsanon.c b/crypto/tlscredsanon.c index 0e2d133821..44af9e6c9a 100644 --- a/crypto/tlscredsanon.c +++ b/crypto/tlscredsanon.c @@ -152,7 +152,7 @@ static const TypeInfo qcrypto_tls_creds_anon_info = { .instance_finalize = qcrypto_tls_creds_anon_finalize, .class_size = sizeof(QCryptoTLSCredsAnonClass), .class_init = qcrypto_tls_creds_anon_class_init, - .interfaces = (InterfaceInfo[]) { + .interfaces = (const InterfaceInfo[]) { { TYPE_USER_CREATABLE }, { } } |