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:
authorrachytski <siarhei.rachytski@gmail.com>2011-02-11 23:48:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:06 +0300
commit43171152f525916ae607b34680d933e5650c8b11 (patch)
tree043469661b49492288c10682cbf641dec4068bb4 /indexer/drawing_rules.hpp
parent78810931465d113b550b0b282bf5e11e17e52a8d (diff)
outline color in BaseRule and text size filtering in DrawerYG
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 d3b5f1c10c..fc13f422cc 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -55,6 +55,7 @@ namespace drule
//@}
virtual unsigned char GetAlpha () const { return 255; }
+ virtual int GetStrokeColor() const {return -1;}
virtual double GetWidth() const { return -1; }
virtual void GetPattern(vector<double> &, double &) const {}
virtual void GetSymbol(string &) const {}