diff options
Diffstat (limited to 'include/qom')
-rw-r--r-- | include/qom/object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qom/object.h b/include/qom/object.h index bd68d1938c..1d7b7e5a79 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -1654,9 +1654,9 @@ void object_class_property_add_uint32_ptr(ObjectClass *klass, const char *name, * property of type 'uint64'. */ void object_property_add_uint64_ptr(Object *obj, const char *name, - const uint64_t *v, Error **Errp); + const uint64_t *v, Error **errp); void object_class_property_add_uint64_ptr(ObjectClass *klass, const char *name, - const uint64_t *v, Error **Errp); + const uint64_t *v, Error **errp); /** * object_property_add_alias: |