summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/view.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/mbgl/map/view.hpp b/include/mbgl/map/view.hpp
index 6517c6b220..295779fe51 100644
--- a/include/mbgl/map/view.hpp
+++ b/include/mbgl/map/view.hpp
@@ -1,12 +1,10 @@
#pragma once
-#include <mbgl/util/noncopyable.hpp>
-
namespace mbgl {
class Map;
-class View : private util::noncopyable {
+class View {
public:
virtual ~View() = default;