summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2019-09-08 21:06:03 -0700
committerDane Springmeyer <dane@mapbox.com>2019-09-08 21:06:03 -0700
commit52bb55acc13773d403e36f517ce8272657822589 (patch)
tree07910f38cff5ce028cdf352a4486285b637e4eb4
parentb391679799cff8145cf44a06500cfe0ebe9d8168 (diff)
downloadqtlocation-mapboxgl-upstream/expose-map-filesource.tar.gz
expose map.impl to be able to set the filesourceupstream/expose-map-filesource
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index ac0a398d25..74bfeaa2a8 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -124,9 +124,9 @@ public:
bool isFullyLoaded() const;
void dumpDebugLogs() const;
-protected:
class Impl;
const std::unique_ptr<Impl> impl;
+protected:
// For testing only.
Map(std::unique_ptr<Impl>);