diff --git a/include/mapnik/text_path.hpp b/include/mapnik/text_path.hpp index b08c1e567..dc2f50545 100644 --- a/include/mapnik/text_path.hpp +++ b/include/mapnik/text_path.hpp @@ -69,7 +69,7 @@ public: characters_.push_back(info); } - void add_text(UnicodeString text) + void add_text(UnicodeString const& text) { text_ += text; }