summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-24 17:15:37 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 13:15:09 +0200
commit067ff28d0ac5c35c399069457051e53f900696a0 (patch)
tree8b5f1e885739f7c269e64d46287e3a1833e300f9 /include/mbgl/map
parentee5be6dff1b106afa43fac6d714a40446144b667 (diff)
downloadqtlocation-mapboxgl-067ff28d0ac5c35c399069457051e53f900696a0.tar.gz
[core] ResoureOptions explicit copy via clone()
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map_options.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbgl/map/map_options.hpp b/include/mbgl/map/map_options.hpp
index b5dc2930c9..617a2d793a 100644
--- a/include/mbgl/map/map_options.hpp
+++ b/include/mbgl/map/map_options.hpp
@@ -17,8 +17,7 @@ public:
MapOptions();
~MapOptions();
- MapOptions(MapOptions&&);
- explicit MapOptions(const MapOptions&);
+ MapOptions(MapOptions&&) noexcept;
/**
* @brief Sets the map rendering mode. By default, it is set to Continuous