From 0615609e67dc4339d1a05844a27aef926bdf164c Mon Sep 17 00:00:00 2001 From: Hermann Kraus Date: Thu, 13 Sep 2012 23:11:27 +0200 Subject: [PATCH] Fix python bindings. --- bindings/python/mapnik_text_placement.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/mapnik_text_placement.cpp b/bindings/python/mapnik_text_placement.cpp index 25a06707e..2e985bc3a 100644 --- a/bindings/python/mapnik_text_placement.cpp +++ b/bindings/python/mapnik_text_placement.cpp @@ -399,7 +399,8 @@ void export_text_placement() ; - class_with_converter + class_with_converter > ("CharProperties") .def_readwrite_convert("text_transform", &char_properties::text_transform) .def(init()) //Copy constructor