Id-s put in a base class for support tree primitives

This commit is contained in:
tamasmeszaros 2020-06-19 09:25:17 +02:00
parent 301a168b89
commit f19b3a2344
4 changed files with 20 additions and 24 deletions

View file

@ -293,7 +293,7 @@ class SupportTreeBuildsteps {
bool create_ground_pillar(const Vec3d &jp,
const Vec3d &sourcedir,
double radius,
long head_id = ID_UNSET);
long head_id = SupportTreeNode::ID_UNSET);
void add_pillar_base(long pid)
{