Comply to mapnik style

This commit is contained in:
Sandro Santilli 2013-06-26 11:20:35 +02:00
parent ec2f03a6e0
commit dc7b943873

View file

@ -550,7 +550,7 @@ try {
p.end_layer_processing(lay);
} catch (const std::exception& e) {
} catch (std::exception const& e) {
std::ostringstream m;
m << lay.name() << ": " << e.what();
throw std::runtime_error(m.str().c_str());