VST3: log bundle-path

This commit is contained in:
Robin Gareus
2021-06-25 20:28:45 +02:00
parent f28ea675ee
commit 4e036a73b5
5 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ protected:
LogReceiver log_receiver;
static void vst3_plugin (string const& module_path, VST3Info const& i)
static void vst3_plugin (string const&, string const&, VST3Info const& i)
{
info << "Found Plugin: " << i.name << endmsg;
}