mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02: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