mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
quad_tree - pass node by *&
This commit is contained in:
parent
178e39e19a
commit
dfba56b23b
@ -253,7 +253,7 @@ private:
|
||||
ext[3]=box2d<double>(hix - width * ratio_,hiy - height*ratio_,hix,hiy);
|
||||
}
|
||||
|
||||
void trim_tree(node * n)
|
||||
void trim_tree(node *& n)
|
||||
{
|
||||
if (n)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user