summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-04-20 12:39:51 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-06-01 15:38:01 -0700
commit1b86bf16b2cfc37b86e526673bb2e25de6adf9ee (patch)
treec236a5f8e7c4eea9a8e7560620671217a791074d /include/mbgl/style
parentaa6647e910073edffbd1f3c087ed110927c38aeb (diff)
downloadqtlocation-mapboxgl-1b86bf16b2cfc37b86e526673bb2e25de6adf9ee.tar.gz
[core] Render Image Source
Diffstat (limited to 'include/mbgl/style')
-rw-r--r--include/mbgl/style/sources/image_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/sources/image_source.hpp b/include/mbgl/style/sources/image_source.hpp
index e7e598a972..fd67ad38e5 100644
--- a/include/mbgl/style/sources/image_source.hpp
+++ b/include/mbgl/style/sources/image_source.hpp
@@ -18,7 +18,7 @@ public:
const std::string& getURL() const;
void setURL(const std::string& url) ;
- void setImage(mbgl::UnassociatedImage);
+ void setImage(mbgl::UnassociatedImage&&);
void setCoordinates(const std::vector<LatLng>&);
std::vector<LatLng> getCoordinates() const;