From 9cd82319e90918e7e2e4aa8d99109fb3bcc65fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 20 Jan 2025 23:26:58 +0100 Subject: [PATCH] Cosmetics --- src/map/maplist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/maplist.cpp b/src/map/maplist.cpp index bcc1dac2..30fe6dbe 100644 --- a/src/map/maplist.cpp +++ b/src/map/maplist.cpp @@ -63,7 +63,7 @@ MapList::ParserMap MapList::parsers() return map; } -MapList::ParserMap MapList::_parsers = parsers(); +MapList::ParserMap MapList::_parsers = MapList::parsers(); Map *MapList::loadFile(const QString &path, const Projection &proj, bool *isDir) {