diff options
Diffstat (limited to 'include/qapi/qmp/qfloat.h')
-rw-r--r-- | include/qapi/qmp/qfloat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qfloat.h b/include/qapi/qmp/qfloat.h index a865844..46745e5 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; |