Comply to mapnik style
This commit is contained in:
parent
ec2f03a6e0
commit
dc7b943873
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue