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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-21 13:33:54 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:06 +0300
commit1c69060932b586c4af1e6eab33076b6e9c147af3 (patch)
tree04bb2014209037ba708bb1c6563e3cc678c273f8 /indexer/drawing_rules.hpp
parent1e6bad85f20e8ca2db8e1c2e438bbf7af455d9f6 (diff)
Added Shield class in DrawingRules
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index f7f4d0eab2..1624ed3f3a 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -17,6 +17,7 @@ class AreaRuleProto;
class SymbolRuleProto;
class CaptionDefProto;
class CircleRuleProto;
+class ShieldRuleProto;
class ContainerProto;
@@ -49,6 +50,7 @@ namespace drule
virtual SymbolRuleProto const * GetSymbol() const;
virtual CaptionDefProto const * GetCaption(int) const;
virtual CircleRuleProto const * GetCircle() const;
+ virtual ShieldRuleProto const * GetShield() const;
};
class RulesHolder