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>2012-06-03 23:53:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:21 +0300
commita8c028aede9bec8376370b0d146a46d0c332d8f5 (patch)
tree6547c366fdbb6b1f721b77841b5ccd3565ff0322 /map/information_display.hpp
parentddbf18e65088c709c31e6cd82b72c777627a1d60 (diff)
fixed bug with creating HttpThread from non-activity thread upon "Download Country" click.
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index c468d33cf7..aa87c6e128 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -137,5 +137,7 @@ public:
void setDownloadListener(gui::Button::TOnClickListener l);
void setEmptyCountryName(char const * country);
+ shared_ptr<CountryStatusDisplay> const & countryStatusDisplay() const;
+
static void logMessage(my::LogLevel, my::SrcPoint const &, string const &);
};