diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-04-25 12:28:06 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2015-05-11 08:59:07 -0400 |
commit | 4cf2d837340589155acfda993c51e66eb5800416 (patch) | |
tree | f5fc732d73d8f5b01f82930d726d2296e3525828 /qobject/qjson.c | |
parent | b951cda21d6b232f138ccf008e12bce8ddc95465 (diff) |
QJSON: Use OBJECT_CHECK
The QJSON code used casts to (QJSON*) directly, instead of OBJECT_CHECK.
There were even some functions using object_dynamic_cast() calls
followed by assert(), which is exactly what OBJECT_CHECK does (by
calling object_dynamic_cast_assert()).
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qobject/qjson.c')
0 files changed, 0 insertions, 0 deletions