X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fplugin.h;h=1e5bf37b5e0f74b24d032b9fc5c89a0d0d820e18;hb=d3e4dcd8e7a601e0aa063455147f29fbe051582b;hp=66436dfb47dbd44eab11d92ad5f1bbab6cc0bfda;hpb=d1b057f5b2954339b0b48fdc5973ec59a641f5a9;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin.h b/include/babeltrace/plugin/plugin.h index 66436dfb..1e5bf37b 100644 --- a/include/babeltrace/plugin/plugin.h +++ b/include/babeltrace/plugin/plugin.h @@ -106,7 +106,7 @@ extern struct bt_component_class *bt_plugin_get_component_class( extern struct bt_component_class *bt_plugin_get_component_class_by_name_and_type( struct bt_plugin *plugin, const char *name, - enum bt_component_type type); + enum bt_component_class_type type); #ifdef __cplusplus }