Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-11-16 05:38:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:07 +0300
commit201ec0a2ba5165856e3ff7eb4d70372d60fad0bd (patch)
tree02ce321572f4f8fa4d695af929ffaa1e7ab729c0 /indexer/drules_struct.proto
parent0f7073f1899586561a21a512ace82a945071691b (diff)
[Temp] Make priority optional for LineRuleProto - avoid proto warnings for border in AreaRuleProto.
Diffstat (limited to 'indexer/drules_struct.proto')
-rw-r--r--indexer/drules_struct.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/drules_struct.proto b/indexer/drules_struct.proto
index 0e8a057cf3..3b3670248b 100644
--- a/indexer/drules_struct.proto
+++ b/indexer/drules_struct.proto
@@ -11,7 +11,7 @@ message LineRuleProto
required double width = 1;
required uint32 color = 2;
optional DashDotProto dashdot = 3;
- required int32 priority = 4;
+ optional int32 priority = 4; // optional, because it can be used as part of AreaRule
}
message AreaRuleProto