aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp/qfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/qmp/qfloat.h')
-rw-r--r--include/qapi/qmp/qfloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qfloat.h b/include/qapi/qmp/qfloat.h
index a8658443dc..46745e50d1 100644
--- a/include/qapi/qmp/qfloat.h
+++ b/include/qapi/qmp/qfloat.h
@@ -18,7 +18,7 @@
#include "qapi/qmp/qobject.h"
typedef struct QFloat {
- QObject_HEAD;
+ QObject base;
double value;
} QFloat;