summaryrefslogtreecommitdiff
path: root/platform/default/include/mbgl/map/map_snapshotter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/include/mbgl/map/map_snapshotter.hpp')
-rw-r--r--platform/default/include/mbgl/map/map_snapshotter.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/platform/default/include/mbgl/map/map_snapshotter.hpp b/platform/default/include/mbgl/map/map_snapshotter.hpp
index 938c9bd4bf..7742669c46 100644
--- a/platform/default/include/mbgl/map/map_snapshotter.hpp
+++ b/platform/default/include/mbgl/map/map_snapshotter.hpp
@@ -9,13 +9,9 @@
#include <string>
#include <vector>
#include <functional>
-
namespace mbgl {
-template<class> class ActorRef;
struct CameraOptions;
-class FileSource;
-class Size;
class LatLngBounds;
class ResourceOptions;
@@ -54,7 +50,7 @@ public:
using LatLngForFn = std::function<LatLng (const ScreenCoordinate&)>;
using Attributions = std::vector<std::string>;
using Callback = std::function<void (std::exception_ptr, PremultipliedImage, Attributions, PointForFn, LatLngForFn)>;
- void snapshot(ActorRef<Callback>);
+ void snapshot(Callback);
private:
class Impl;