From 590d66b59b3401b3ebafc48ca52b8b0d14df3a9e Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 14 Jun 2018 09:24:37 -0500 Subject: [PATCH] Refactoring Settings store. --- src/GUI/misc_ui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }