mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 08:25:52 +01:00
Use type aliases PluginPath, PluginPaths...
... for wxString and vector thereof, when holding plugin paths (which may or may not be interpreted as file paths, depending on the module); to be replaced later with different types
This commit is contained in:
@@ -158,7 +158,7 @@ EffectType Effect::GetType()
|
||||
return EffectTypeNone;
|
||||
}
|
||||
|
||||
wxString Effect::GetPath()
|
||||
PluginPath Effect::GetPath()
|
||||
{
|
||||
if (mClient)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user