mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
qom: Constify TypeInfo::interfaces
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20250424194905.82506-6-philmd@linaro.org>
This commit is contained in:
parent
b282b859cf
commit
231bf6dda1
4 changed files with 4 additions and 4 deletions
|
@ -490,7 +490,7 @@ struct TypeInfo
|
|||
void (*class_base_init)(ObjectClass *klass, const void *data);
|
||||
const void *class_data;
|
||||
|
||||
InterfaceInfo *interfaces;
|
||||
const InterfaceInfo *interfaces;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue