From d43757271ee505fa4d3c734ef61944fb03c46806 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 8 Aug 2017 14:42:34 +0300 Subject: [node] Cleanup NodeMap::Render --- include/mbgl/map/map.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 7d6678dc93..4108725776 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -42,7 +42,8 @@ public: // Register a callback that will get called (on the render thread) when all resources have // been loaded and a complete render occurs. using StillImageCallback = std::function; - void renderStill(StillImageCallback callback); + void renderStill(StillImageCallback); + void renderStill(const CameraOptions&, MapDebugOptions, StillImageCallback); // Triggers a repaint. void triggerRepaint(); -- cgit v1.2.1