diff options
Diffstat (limited to '')
| -rw-r--r-- | include/qobject/qobject.h (renamed from include/qapi/qmp/qobject.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/qmp/qobject.h b/include/qobject/qobject.h index 256d782688..a6244d0ce0 100644 --- a/include/qapi/qmp/qobject.h +++ b/include/qobject/qobject.h @@ -34,7 +34,7 @@ #include "qapi/qapi-builtin-types.h" -/* Not for use outside include/qapi/qmp/ */ +/* Not for use outside include/qobject/ */ struct QObjectBase_ { QType type; size_t refcnt; |