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-02-06 20:20:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:50 +0300
commitc586b144385e2716871937b948d5488ecae372e1 (patch)
tree02012dd3a2a4d5f36f4df73972ea62bdfc556853 /indexer/drawing_rules.hpp
parent02be5af144566c86a08dc23d00fd8ce92041bdad (diff)
Fix CircleRule generation.
Fix DrawerYG::drawCircle.
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index 2d91505df5..d3b5f1c10c 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -59,8 +59,7 @@ namespace drule
virtual void GetPattern(vector<double> &, double &) const {}
virtual void GetSymbol(string &) const {}
- virtual double GetRadius() const {return -1;}
- virtual int GetStrokeColor() const {return -1;}
+ virtual double GetRadius() const { return -1; }
};
class RulesHolder