summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2017-05-08 09:06:07 -0700
committerGitHub <noreply@github.com>2017-05-08 09:06:07 -0700
commit1c9af3226f0ad306cf2ec8be9ff1558938f69736 (patch)
tree407389df9fd8c9c807fcab09d4ba99482829dc6f /include/mbgl/map
parentb622aed3490d623a31ec576aefe9696f221ead76 (diff)
downloadqtlocation-mapboxgl-1c9af3226f0ad306cf2ec8be9ff1558938f69736.tar.gz
[core] Reuse fill-extrusion textures between frames (#8896)
Diffstat (limited to 'include/mbgl/map')
-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;