diff options
author | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-04-20 12:39:51 -0700 |
---|---|---|
committer | Asheem Mamoowala <asheem.mamoowala@mapbox.com> | 2017-06-01 15:38:01 -0700 |
commit | 1b86bf16b2cfc37b86e526673bb2e25de6adf9ee (patch) | |
tree | c236a5f8e7c4eea9a8e7560620671217a791074d /include/mbgl | |
parent | aa6647e910073edffbd1f3c087ed110927c38aeb (diff) | |
download | qtlocation-mapboxgl-1b86bf16b2cfc37b86e526673bb2e25de6adf9ee.tar.gz |
[core] Render Image Source
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/style/sources/image_source.hpp | 2 |
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; |