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
@@ -93,7 +93,7 @@ class Layer {
|
||||
ExPolygonCollection slices;
|
||||
|
||||
|
||||
size_t region_count();
|
||||
size_t region_count() const;
|
||||
LayerRegion* get_region(int idx);
|
||||
LayerRegion* add_region(PrintRegion* print_region);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user