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-19 17:31:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:55 +0300
commit9fe1cc12c101d60a3e10c8ce44ab35bba0ea7d68 (patch)
tree091f4df20f900cfa54bd47da133873fb846bfbb8 /indexer/drawing_rules.hpp
parent487a28e33e7f2f4f4f26aeaffcdac379bfd0078b (diff)
Added background color support for software renderer
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index a72b764f99..f7f4d0eab2 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -77,7 +77,7 @@ namespace drule
BaseRule const * Find(Key const & k) const;
- uint32_t GetBgColor(int scale = 0) const;
+ uint32_t GetBgColor(int scale) const;
#ifdef OMIM_OS_DESKTOP
void LoadFromTextProto(string const & buffer);