summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/settings.hpp')
-rw-r--r--include/mbgl/platform/settings.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/settings.hpp b/include/mbgl/platform/settings.hpp
index 80bfe1d60f..722d0d2b3b 100644
--- a/include/mbgl/platform/settings.hpp
+++ b/include/mbgl/platform/settings.hpp
@@ -26,7 +26,7 @@ public:
// Sets multiple setting values by merging current Settings object
// with provided `values` object.
- void set(mapbox::base::ValueObject values) noexcept;
+ void set(const mapbox::base::ValueObject& values) noexcept;
// Returns setting value for a specified key or NullValue if element
// for specified key is missing.