summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>);