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:
authorYuri Gorshenin <y@maps.me>2015-06-16 13:24:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:51:37 +0300
commit6afccd14ac29c038bd2261168d0e66c91ff79e1f (patch)
tree5764fd28ec9beabc8673b33e0eab604fd618dbce /map/country_status_display.hpp
parentc53d7f1494773d1c5b499e858caa7fab436ac5fa (diff)
Review fixes.
Diffstat (limited to 'map/country_status_display.hpp')
-rw-r--r--map/country_status_display.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/map/country_status_display.hpp b/map/country_status_display.hpp
index e7aced902b..c9ab39e62a 100644
--- a/map/country_status_display.hpp
+++ b/map/country_status_display.hpp
@@ -3,7 +3,7 @@
#include "map/active_maps_layout.hpp"
#include "gui/element.hpp"
-#include "storage/storage_defines.hpp"
+#include "platform/country_defines.hpp"
#ifdef OMIM_OS_ANDROID
#include "../base/mutex.hpp"
@@ -70,7 +70,9 @@ private:
virtual void CountryStatusChanged(storage::ActiveMapsLayout::TGroup const & group, int position,
storage::TStatus const & oldStatus, storage::TStatus const & newStatus);
virtual void CountryOptionsChanged(storage::ActiveMapsLayout::TGroup const & group, int position,
- storage::TMapOptions const & oldOpt, storage::TMapOptions const & newOpt){}
+ TMapOptions const & oldOpt, TMapOptions const & newOpt)
+ {
+ }
virtual void DownloadingProgressUpdate(storage::ActiveMapsLayout::TGroup const & group, int position,
storage::LocalAndRemoteSizeT const & progress);