Index: layer.h =================================================================== --- layer.h (revision 30969) +++ layer.h (revision 30970) @@ -132,7 +132,7 @@ pcb_layer_combining_t comb; /* how to combine this layer with other layers in the group */ /* for bound layers these point to the board layer's*/ - pcb_rtree_t *line_tree, *text_tree, *polygon_tree, *arc_tree, *gfx_tree; + rnd_rtree_t *line_tree, *text_tree, *polygon_tree, *arc_tree, *gfx_tree; union { struct { /* A real board layer */