diff --git a/include/mapnik/quad_tree.hpp b/include/mapnik/quad_tree.hpp index bad8b3b21..092bf4d60 100644 --- a/include/mapnik/quad_tree.hpp +++ b/include/mapnik/quad_tree.hpp @@ -253,7 +253,7 @@ private: ext[3]=box2d(hix - width * ratio_,hiy - height*ratio_,hix,hiy); } - void trim_tree(node * n) + void trim_tree(node *& n) { if (n) {