diff options
Diffstat (limited to 'authz/list.c')
| -rw-r--r-- | authz/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authz/list.c b/authz/list.c index bbd99f2b7f..17aa0efd80 100644 --- a/authz/list.c +++ b/authz/list.c @@ -253,7 +253,7 @@ static const TypeInfo qauthz_list_info = { .instance_size = sizeof(QAuthZList), .instance_finalize = qauthz_list_finalize, .class_init = qauthz_list_class_init, - .interfaces = (InterfaceInfo[]) { + .interfaces = (const InterfaceInfo[]) { { TYPE_USER_CREATABLE }, { } } |