summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index 8df12387..e4376300 100644
--- a/spice.proto
+++ b/spice.proto
@@ -393,7 +393,7 @@ struct PathSegment {
struct Path {
uint32 num_segments;
- PathSegment segments[num_segments] @end;
+ PathSegment segments[num_segments] @ptr_array;
};
struct Clip {