Fixed post-merge compilation problem

This commit is contained in:
YuSanka 2018-08-24 16:56:42 +02:00
parent 02a325556d
commit d4c8bc0720
3 changed files with 13 additions and 6 deletions

View file

@ -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