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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-05-03 19:22:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:54:23 +0300
commitb2b326749bc086a4982918ab6ee97d96c6f0573b (patch)
treef991aeca5b4ce2bf36cdec27a5bbe154bd2fbd0a /platform/platform.hpp
parent26ebb956f67aaeafa32b4c065b18a8ae048ef286 (diff)
[bugfix] Samsung Duos LDPI fix
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index b826dc970e..89c87ac1d9 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -129,6 +129,10 @@ public:
/// @return JSON-encoded list of urls if metaserver is unreachable
string DefaultUrlsJSON() const;
+
+private:
+ void GetSystemFontNames(FilesList & res) const;
+
};
extern Platform & GetPlatform();