summaryrefslogtreecommitdiff
path: root/bin/render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/render.cpp')
-rw-r--r--bin/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/render.cpp b/bin/render.cpp
index fbf32f9a40..87a1e670b9 100644
--- a/bin/render.cpp
+++ b/bin/render.cpp
@@ -84,7 +84,7 @@ int main(int argc, char *argv[]) {
}
ThreadPool threadPool(4);
- HeadlessFrontend frontend({ width, height }, pixelRatio, fileSource, threadPool);
+ HeadlessFrontend frontend({ width, height }, pixelRatio, threadPool);
Map map(frontend, MapObserver::nullObserver(), frontend.getSize(), pixelRatio,
fileSource, threadPool, MapOptions().withMapMode(MapMode::Static));