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>2015-05-15 13:09:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:08 +0300
commit1f50787b057ea3fef8c5f0b3a3945286ce07ea6a (patch)
treee570520307996acf9acb9742435b1d17f567010c /map/information_display.hpp
parenteefa43a2b1e4d0bc73ca81922b8614ec05dff6c4 (diff)
Render policies refactoring to support GPU and Software rendering.
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index c251bf6aed..9b695f87b3 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -67,6 +67,7 @@ public:
void setVisualScale(double visualScale);
bool isCopyrightActive() const;
+ void enableCopyright(bool doEnable);
void enableRuler(bool doEnable);
bool isRulerEnabled() const;