FIX: [STUDIO-4775] fix hide_passwd crash

Change-Id: I32224ee6af9f17cd4c448f519dcff65060ed7216
Jira: STUDIO-4775
This commit is contained in:
chunmao.guo
2023-10-13 16:33:28 +08:00
committed by Lane.Wei
parent 63c33c90e6
commit d6357d12b5
3 changed files with 7 additions and 4 deletions

View File

@@ -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)
{