summaryrefslogtreecommitdiff
path: root/src/mbgl/source/source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/source/source.hpp')
-rw-r--r--src/mbgl/source/source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/source/source.hpp b/src/mbgl/source/source.hpp
index 8fa61bbd3f..e751879297 100644
--- a/src/mbgl/source/source.hpp
+++ b/src/mbgl/source/source.hpp
@@ -85,7 +85,7 @@ public:
const std::vector<TileCoordinate>& queryGeometry,
const double zoom,
const double bearing,
- const optional<std::vector<std::string>>& layerIDs);
+ const optional<std::vector<std::string>>& layerIDs) const;
void setCacheSize(size_t);
void onLowMemory();