mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -715,7 +715,7 @@ bool FFmpegLibs::ValidLibsLoaded()
|
||||
return mLibsLoaded;
|
||||
}
|
||||
|
||||
bool FFmpegLibs::InitLibs(wxString libpath_format, bool WXUNUSED(showerr))
|
||||
bool FFmpegLibs::InitLibs(const wxString &libpath_format, bool WXUNUSED(showerr))
|
||||
{
|
||||
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG)
|
||||
FreeLibs();
|
||||
|
Reference in New Issue
Block a user