From 067ff28d0ac5c35c399069457051e53f900696a0 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Sun, 24 Mar 2019 17:15:37 +0200 Subject: [core] ResoureOptions explicit copy via clone() --- include/mbgl/map/map_options.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/mbgl/map') 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 -- cgit v1.2.1