Fix compiler -Wall warnings (mostly incompatible enumerations)
[babeltrace.git] / src / lib / graph / component.c
index 825d8963a96a4726f82e019de765647b8262c01a..24d7deded596ae5d9ab50e4567702a3f45825250 100644 (file)
@@ -491,7 +491,7 @@ bt_component_port_connected(
        typedef enum bt_component_class_port_connected_method_status (*method_t)(
                void *, void *, const void *);
 
-       enum bt_self_component_add_port_status status =
+       enum bt_component_class_port_connected_method_status status =
                BT_FUNC_STATUS_OK;
        method_t method = NULL;
 
This page took 0.023288 seconds and 4 git commands to generate.