mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Style fix: const for some functions
This commit is contained in:
committed by
Alessandro Ranellucci
parent
f2c4a66e45
commit
eb7464ace6
@@ -61,7 +61,7 @@ Layer::object() const
|
||||
|
||||
|
||||
size_t
|
||||
Layer::region_count()
|
||||
Layer::region_count() const
|
||||
{
|
||||
return this->regions.size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user