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) {