namespace declaration_ref and declaration_unref
[babeltrace.git] / formats / ctf / types / float.c
index 054e262452dc5edae4661950b43429b75e73924d..d77cff53bea6676d9d3618366f0218f8beb93e54 100644 (file)
@@ -296,6 +296,6 @@ void __attribute__((constructor)) ctf_float_init(void)
 static
 void __attribute__((destructor)) ctf_float_fini(void)
 {
-       declaration_unref(&static_float_declaration->p);
-       declaration_unref(&static_double_declaration->p);
+       bt_declaration_unref(&static_float_declaration->p);
+       bt_declaration_unref(&static_double_declaration->p);
 }
This page took 0.023983 seconds and 4 git commands to generate.