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-11-11 18:23:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:43 +0300
commit5bb51be08cd517177f1e003971121da902dbc12e (patch)
treee72dede0a39371da47ed88e0f08442a92fce7bf5 /indexer/drawing_rules.hpp
parent495ad0261795e85d525996a63cba1124bf999ac2 (diff)
Dump binary drawing rules to text proto structure.
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 1e42ed98b3..0753219418 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -170,4 +170,6 @@ namespace drule
void ReadRules(ReaderPtrStream & s);
RulesHolder & rules();
+
+ void ConvertToProtocolBuffers(string & res);
}