lib: make values API const-correct
[babeltrace.git] / include / babeltrace / trace-ir / trace-internal.h
index 8e8bfa0a7b3dd66ed44e4db3d33d01ff07488dc0..06653092ca95d40259cb877c3ab02bc3fe245e26 100644 (file)
@@ -58,7 +58,7 @@ struct bt_trace {
                bt_uuid value;
        } uuid;
 
-       struct bt_private_value *environment;
+       struct bt_value *environment;
 
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
This page took 0.024649 seconds and 4 git commands to generate.