X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter-const.h;h=546761e375d5e0af1cb872afe21682714fda1b6c;hb=9f7a7546c45e7501e749d19ebad3a31b7d715ef6;hp=b5d6947dd25877c21d1687a9a8b4727f3625482a;hpb=06f6b99e7d38280531eb21f976c180c1b8e8534c;p=deliverable%2Fbabeltrace.git diff --git a/include/babeltrace/graph/component-filter-const.h b/include/babeltrace/graph/component-filter-const.h index b5d6947dd..546761e37 100644 --- a/include/babeltrace/graph/component-filter-const.h +++ b/include/babeltrace/graph/component-filter-const.h @@ -26,7 +26,10 @@ #include -/* For bt_component, bt_component_filter, bt_port_input, bt_port_output */ +/* + * For bt_component, bt_component_filter, bt_port_input, bt_port_output, + * __BT_UPCAST_CONST + */ #include #ifdef __cplusplus @@ -37,7 +40,7 @@ static inline const bt_component *bt_component_filter_as_component_const( const bt_component_filter *component) { - return (const void *) component; + return __BT_UPCAST_CONST(bt_component, component); } extern uint64_t bt_component_filter_get_input_port_count(