Fix enum rename warnings
[babeltrace.git] / include / babeltrace / ctf-ir / field-path-internal.h
index de08a87e9c2696881c79586d2338d02f17bdc77e..c679130ae000389a8280c99ffd7acdb99269ad0e 100644 (file)
@@ -33,7 +33,7 @@
 
 struct bt_ctf_field_path {
        struct bt_object base;
-       enum bt_ctf_scope root;
+       enum bt_ctf_ir_scope root;
 
        /*
         * Array of integers (int) indicating the index in either
This page took 0.023221 seconds and 4 git commands to generate.