Fix tests which expect make_fills without arguments

This commit is contained in:
Lukáš Hejl 2020-09-03 07:52:53 +02:00
parent 33121b705a
commit 2debffc496

View file

@ -138,6 +138,7 @@ public:
return false;
}
void make_perimeters();
void make_fills() { this->make_fills(nullptr); };
void make_fills(FillAdaptive_Internal::Octree* adaptive_fill_octree);
void make_ironing();