lib: merge common CTF IR part with the remaining implementation
[babeltrace.git] / include / babeltrace / ctf-ir / field-wrapper-internal.h
index cdbfabe93bd5eaf4180e25d351349325269f183e..cc164e0c3d54eea35427f57d27e51cf08e9ad034 100644 (file)
@@ -31,7 +31,7 @@ struct bt_field_wrapper {
        struct bt_object base;
 
        /* Owned by this */
-       struct bt_field_common *field;
+       struct bt_field *field;
 };
 
 BT_HIDDEN
This page took 0.027284 seconds and 4 git commands to generate.