mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
Use explicit boost::filesystem::path::value_type to std::string conversion (win)
This commit is contained in:
parent
21d31bf62e
commit
3dbeb1ee4f
@ -148,7 +148,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
fs::path p(vm["plugins-dir"].as<std::string>());
|
||||
p = p.parent_path() / "fonts";
|
||||
mapnik::freetype_engine::register_fonts(p.c_str(), true);
|
||||
mapnik::freetype_engine::register_fonts(p.string(), true);
|
||||
}
|
||||
catch (...)
|
||||
{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user