lib: make public reference count functions have strict types
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-update-default-clock-classes.c
index d000c688860c1b45d529e3d46abf9ac2e29ab1dc..8bc957f2b22c37ce5b4a54467d1ecdf0a36aa7f2 100644 (file)
@@ -161,7 +161,7 @@ int update_stream_class_default_clock_class(
 
        if (!stream_class->default_clock_class) {
                stream_class->default_clock_class = clock_class;
-               bt_object_get_ref(stream_class->default_clock_class);
+               bt_clock_class_get_ref(stream_class->default_clock_class);
        }
 
 end:
This page took 0.023006 seconds and 4 git commands to generate.