summaryrefslogtreecommitdiffstats
path: root/include/qapi/qmp/qint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/qmp/qint.h')
-rw-r--r--include/qapi/qmp/qint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qint.h b/include/qapi/qmp/qint.h
index 48a41b0..339a9ab 100644
--- a/include/qapi/qmp/qint.h
+++ b/include/qapi/qmp/qint.h
@@ -17,7 +17,7 @@
#include "qapi/qmp/qobject.h"
typedef struct QInt {
- QObject_HEAD;
+ QObject base;
int64_t value;
} QInt;
OpenPOWER on IntegriCloud