diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index 8bcfada155..f24ab262eb 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -373,13 +373,13 @@ public: /** Same as Load(const wxURI& uri). Kept for wxPython compatibility. */ - bool LoadURI(const wxString& fileName); + bool LoadURI(const wxString& uri); /** Same as Load(const wxURI& uri, const wxURI& proxy). Kept for wxPython compatibility. */ - bool LoadURIWithProxy(const wxString& fileName, const wxString& proxy); + bool LoadURIWithProxy(const wxString& uri, const wxString& proxy); /** Pauses playback of the movie.