diff --git a/src/GUI/misc_ui.hpp b/src/GUI/misc_ui.hpp index cc4d5e158..d4dccd057 100644 --- a/src/GUI/misc_ui.hpp +++ b/src/GUI/misc_ui.hpp @@ -148,7 +148,7 @@ sub CallAfter { wxString decode_path(const wxString& in); wxString encode_path(const wxString& in); -std::vector open_model(wxWindow* parent, const Settings& settings, wxWindow* top); +std::vector open_model(wxWindow* parent, wxWindow* top); inline Slic3r::Point new_scale(const wxPoint& p) { return Slic3r::Point::new_scale(p.x, p.y); }