Refactoring Settings store.

This commit is contained in:
Joseph Lenox 2018-06-14 09:24:37 -05:00 committed by GitHub
parent c6639786b7
commit cc0ee1931f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ sub CallAfter {
wxString decode_path(const wxString& in);
wxString encode_path(const wxString& in);
std::vector<wxString> open_model(wxWindow* parent, const Settings& settings, wxWindow* top);
std::vector<wxString> open_model(wxWindow* parent, wxWindow* top);
inline Slic3r::Point new_scale(const wxPoint& p) { return Slic3r::Point::new_scale(p.x, p.y); }