From dc7b943873bc961125c5a3eb6172aa0c81ad7ea6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 26 Jun 2013 11:20:35 +0200 Subject: [PATCH] Comply to mapnik style --- include/mapnik/feature_style_processor_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/feature_style_processor_impl.hpp b/include/mapnik/feature_style_processor_impl.hpp index 80f0112d1..3c38f9066 100644 --- a/include/mapnik/feature_style_processor_impl.hpp +++ b/include/mapnik/feature_style_processor_impl.hpp @@ -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());