Skip to content

Commit 2137922

Browse files
committed
set required syntax statement for protobuf 3 (#5376)
1 parent 9f7a709 commit 2137922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderers/mvt/vector_tile.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//set statement to avoid warnings thrown in protobuf >= 3
1+
//set version statement to avoid warnings thrown in protobuf >= 3
22
syntax = "proto2";
33

44
package vector_tile;

0 commit comments

Comments
 (0)