fix build error

This commit is contained in:
SoftFever 2023-08-19 09:30:54 +08:00
parent f65871b3fb
commit a148b9d85f
3 changed files with 53 additions and 85 deletions

View file

@ -67,6 +67,7 @@ wxBitmap create_scaled_bitmap(const std::string& bmp_name, wxWindow *win = nullp
wxBitmap* get_default_extruder_color_icon(bool thin_icon = false);
std::vector<wxBitmap*> get_extruder_color_icons(bool thin_icon = false);
wxBitmap * get_extruder_color_icon(std::string color, std::string label, int icon_width, int icon_height);
namespace Slic3r {
namespace GUI {