summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/light.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/conversion/light.hpp')
-rw-r--r--include/mbgl/style/conversion/light.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/conversion/light.hpp b/include/mbgl/style/conversion/light.hpp
index 30bb906037..ba162516c0 100644
--- a/include/mbgl/style/conversion/light.hpp
+++ b/include/mbgl/style/conversion/light.hpp
@@ -113,7 +113,7 @@ public:
return {};
}
}
- return { light };
+ return { std::move(light) };
};
};