mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-11 21:11:59 +00:00
FIX: [STUDIO-4775] fix hide_passwd crash
Change-Id: I32224ee6af9f17cd4c448f519dcff65060ed7216 Jira: STUDIO-4775
This commit is contained in:
@@ -410,7 +410,7 @@ void MediaFilePanel::modeChanged(wxCommandEvent& e1)
|
||||
m_last_mode = mode;
|
||||
}
|
||||
|
||||
extern wxString hide_passwd(wxString url, std::vector<std::string> const &passwords);
|
||||
extern wxString hide_passwd(wxString url, std::vector<wxString> const &passwords);
|
||||
|
||||
void MediaFilePanel::fetchUrl(boost::weak_ptr<PrinterFileSystem> wfs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user