mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
FIX: fix build error
jira: none Change-Id: I97df69b728fc3871b7c33e1fd3ba068e741d51c7 (cherry picked from commit 326d7d28b47017bdbd98873a6437ef84116291ba)
This commit is contained in:
@@ -485,7 +485,7 @@ public:
|
||||
void set_filament_map_mode(FilamentMapMode& mode);
|
||||
|
||||
std::vector<int> get_filament_maps();
|
||||
void set_filament_maps(std::vector<int>& f_maps);
|
||||
void set_filament_maps(const std::vector<int>& f_maps);
|
||||
|
||||
void set_filament_count(int filament_count);
|
||||
void on_filament_added();
|
||||
|
||||
Reference in New Issue
Block a user