Index: obj_pstk.h =================================================================== --- obj_pstk.h (revision 13101) +++ obj_pstk.h (revision 13102) @@ -170,6 +170,8 @@ /* Low level move - updates only the coordinates and the bbox */ void pcb_pstk_move_(pcb_pstk_t *ps, pcb_coord_t dx, pcb_coord_t dy); +/* Temporary hack until we have a refcounted objects and ID->pcb_any_obj_t hash */ +extern pcb_data_t *pcb_pstk_data_hack; /*** hash ***/