mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixed post-merge compilation problem
This commit is contained in:
parent
02a325556d
commit
d4c8bc0720
3 changed files with 13 additions and 6 deletions
|
@ -119,7 +119,7 @@ void on_drop_possible(wxDataViewEvent &event);
|
|||
void on_drop(wxDataViewEvent &event);
|
||||
|
||||
// update extruder column for objects_ctrl according to extruders count
|
||||
void update_objects_list_extruder_column(const int extruders_count);
|
||||
void update_objects_list_extruder_column(int extruders_count);
|
||||
|
||||
} //namespace GUI
|
||||
} //namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue