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>2012-06-13 12:10:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:45 +0300
commit6db85bfa17869e85d34553e59f1ccedb0bc4b5e6 (patch)
tree57a5d999d0d57db7d50f4035e423b2c8463ef220 /map/country_status_display.hpp
parentc5d7af70297051b4c57a2c5f00d0f3b5188fdfe3 (diff)
Fix bug with downloaded country name in startup view.
Diffstat (limited to 'map/country_status_display.hpp')
-rw-r--r--map/country_status_display.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/map/country_status_display.hpp b/map/country_status_display.hpp
index 37e439a709..4fec7730d6 100644
--- a/map/country_status_display.hpp
+++ b/map/country_status_display.hpp
@@ -2,12 +2,13 @@
#include "../storage/storage.hpp"
-#include "../std/shared_ptr.hpp"
-
#include "../gui/element.hpp"
#include "../gui/button.hpp"
#include "../gui/text_view.hpp"
+#include "../std/shared_ptr.hpp"
+
+
/// This class is a composite GUI element to display
/// an on-screen GUI for the country, which is not downloaded yet.
class CountryStatusDisplay : public gui::Element