1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-15 08:07:41 +02:00

Fix Linux build

This commit is contained in:
lllucius@gmail.com 2015-01-02 07:15:16 +00:00
parent aaaac65176
commit 3fcaddf69f

View File

@ -428,7 +428,7 @@ public:
// VSTEffectModule implementation
static void Check(const wxChar *path);
static void VSTEffectsModule::WriteInfo(VSTEffect *effect);
static void WriteInfo(VSTEffect *effect);
private:
ModuleManagerInterface *mModMan;