From 21798adb2f6150806eb14dd4f1558d01ffa2597d Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 19 Jan 2012 11:08:07 -0500 Subject: [PATCH] + fix name --- plugins/input/shape/shape_datasource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/input/shape/shape_datasource.cpp b/plugins/input/shape/shape_datasource.cpp index 1f541cc49..f6a12c3f0 100644 --- a/plugins/input/shape/shape_datasource.cpp +++ b/plugins/input/shape/shape_datasource.cpp @@ -219,7 +219,7 @@ void shape_datasource::init(shape_io& shape) const #ifdef MAPNIK_DEBUG std::clog << "Shape Plugin: extent=" << extent_ << std::endl; std::clog << "Shape Plugin: file_length=" << file_length_ << std::endl; - std::clog << "Shape Plugin: shape_type=" << shape_type << std::endl; + std::clog << "Shape Plugin: shape_type=" << shape_type_ << std::endl; #endif }