diff options
Diffstat (limited to 'crypto/secret_common.c')
| -rw-r--r-- | crypto/secret_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secret_common.c b/crypto/secret_common.c index 2399ce412b..a5ecb876ae 100644 --- a/crypto/secret_common.c +++ b/crypto/secret_common.c @@ -375,7 +375,7 @@ static const TypeInfo qcrypto_secret_info = { .class_size = sizeof(QCryptoSecretCommonClass), .class_init = qcrypto_secret_class_init, .abstract = true, - .interfaces = (InterfaceInfo[]) { + .interfaces = (const InterfaceInfo[]) { { TYPE_USER_CREATABLE }, { } } |