1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

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
+1 -1
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