summary refs log tree commit diff stats
path: root/include/qapi/qmp/qdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/qmp/qdict.h')
-rw-r--r--include/qapi/qmp/qdict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qdict.h b/include/qapi/qmp/qdict.h
index 2cc3e906f7..921a28d2d3 100644
--- a/include/qapi/qmp/qdict.h
+++ b/include/qapi/qmp/qdict.h
@@ -25,7 +25,7 @@ typedef struct QDictEntry {
 } QDictEntry;
 
 struct QDict {
-    QObject base;
+    struct QObjectBase_ base;
     size_t size;
     QLIST_HEAD(,QDictEntry) table[QDICT_BUCKET_MAX];
 };