mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Const version of a PrintObject::get_region(). Made get_region() inline.
This commit is contained in:
parent
b42c5d6dfa
commit
bbdaa44acb
2 changed files with 2 additions and 7 deletions
|
@ -133,12 +133,6 @@ Print::clear_regions()
|
|||
this->delete_region(i);
|
||||
}
|
||||
|
||||
PrintRegion*
|
||||
Print::get_region(size_t idx)
|
||||
{
|
||||
return regions.at(idx);
|
||||
}
|
||||
|
||||
PrintRegion*
|
||||
Print::add_region()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue