From 52bb55acc13773d403e36f517ce8272657822589 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 8 Sep 2019 21:06:03 -0700 Subject: expose map.impl to be able to set the filesource --- include/mbgl/map/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; +protected: // For testing only. Map(std::unique_ptr); -- cgit v1.2.1