summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/geojson_source.hpp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-16 15:08:17 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-16 15:08:17 -0800
commitcf166717b8e616a3599038ffff440b50251ed7b8 (patch)
tree74d06c35bdf0d6f970c63c988baef26650515afb /include/mbgl/style/sources/geojson_source.hpp
parentbd71eb8681529ab70ff892b12128f8b7a5faa4c7 (diff)
parent7ef2843e6a62116667be6a2c12de085951fdd5ea (diff)
downloadqtlocation-mapboxgl-cf166717b8e616a3599038ffff440b50251ed7b8.tar.gz
Merge branch '1ec5-release-ios-v3.4.0-beta.7'
Diffstat (limited to 'include/mbgl/style/sources/geojson_source.hpp')
-rw-r--r--include/mbgl/style/sources/geojson_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/sources/geojson_source.hpp b/include/mbgl/style/sources/geojson_source.hpp
index e633e6efba..ede0301725 100644
--- a/include/mbgl/style/sources/geojson_source.hpp
+++ b/include/mbgl/style/sources/geojson_source.hpp
@@ -43,7 +43,7 @@ public:
void setURL(const std::string& url);
void setGeoJSON(const GeoJSON&);
- optional<std::string> getURL();
+ optional<std::string> getURL() const;
// Private implementation