diff options
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/object.h b/include/qemu/object.h index 3c29c17..ff5444f 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -33,7 +33,7 @@ typedef struct TypeInfo TypeInfo; typedef struct InterfaceClass InterfaceClass; typedef struct InterfaceInfo InterfaceInfo; -#define TYPE_OBJECT NULL +#define TYPE_OBJECT "object" /** * SECTION:object.h |