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-09-29 14:32:23 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-29 16:10:57 +0300
commita50698224d10d72d7e4f3f70a19cb16fc9a2909a (patch)
treef1c3ebb998910cfcd0417ed023211a49deedf6e7 /indexer/drawing_rules.hpp
parenta282d3a0fc3f31947fb42b4b2862e1071b903a04 (diff)
Support text tag values addr:housename and addr:housenumber
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index ab9e92f956..af5cac8469 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -55,6 +55,7 @@ namespace drule
virtual AreaRuleProto const * GetArea() const;
virtual SymbolRuleProto const * GetSymbol() const;
virtual CaptionDefProto const * GetCaption(int) const;
+ virtual text_type_t GetCaptionTextType(int) const;
virtual CircleRuleProto const * GetCircle() const;
virtual ShieldRuleProto const * GetShield() const;