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
path: root/map
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-07 13:23:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:43 +0300
commit0befea2940b34cecd81b4a17a8af7ba0995a86cf (patch)
tree52ff44a8b18824e3f871bdcf0701b5487fcab4b6 /map
parent14ab960c08a7d3975a40c959381855b647e3bd67 (diff)
Disallow Framework copying
Diffstat (limited to 'map')
-rw-r--r--map/framework.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 2f97150a4f..8f49ae66c2 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -46,6 +46,7 @@
#include "geometry/rect2d.hpp"
#include "geometry/screenbase.hpp"
+#include "base/macros.hpp"
#include "base/strings_bundle.hpp"
#include "std/vector.hpp"
@@ -75,6 +76,8 @@ class CPUDrawer;
class Framework
{
+ DISALLOW_COPY(Framework);
+
#ifdef FIXED_LOCATION
class FixedPosition
{