summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2019-09-04 21:19:00 -0700
committerDane Springmeyer <dane@mapbox.com>2019-09-04 21:19:00 -0700
commitcb096238edc9e4e0e6f945819a1d320190aeecc9 (patch)
tree64e28f0f50b4b1da4fb59f66309701b446b657f3
parentb9b561765d9cf57aa62472186ef05f568fbdad19 (diff)
downloadqtlocation-mapboxgl-cb096238edc9e4e0e6f945819a1d320190aeecc9.tar.gz
make map_impl available on map
-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>);