diff options
| author | Anthony Liguori | 2013-01-15 23:53:10 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2013-01-15 23:53:10 +0100 |
| commit | 58a864dec23f9052a5379a3ce81566e065c14afa (patch) | |
| tree | 8fc11aa19816f0089a0bb9e58346a1566c84c1e6 /include | |
| parent | Merge remote-tracking branch 'stefanha/block' into staging (diff) | |
| parent | configure: try pkg-config for curses (diff) | |
| download | qemu-58a864dec23f9052a5379a3ce81566e065c14afa.tar.gz qemu-58a864dec23f9052a5379a3ce81566e065c14afa.tar.xz qemu-58a864dec23f9052a5379a3ce81566e065c14afa.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
configure: try pkg-config for curses
qom: Make object_resolve_path_component() path argument const
Add libcacard/trace/generated-tracers.c to .gitignore
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qom/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qom/object.h b/include/qom/object.h index d43b289a40..1ef2f0edd4 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -900,7 +900,7 @@ Object *object_resolve_path_type(const char *path, const char *typename, * * Returns: The resolved object or NULL on path lookup failure. */ -Object *object_resolve_path_component(Object *parent, gchar *part); +Object *object_resolve_path_component(Object *parent, const gchar *part); /** * object_property_add_child: |
