Blob Blame History Raw
diff -rupN muse-3.0.org/muse/vst_native.cpp muse-3.0/muse/vst_native.cpp
--- muse-3.0.org/muse/vst_native.cpp	2017-12-17 13:47:00.000000000 -0500
+++ muse-3.0/muse/vst_native.cpp	2018-01-07 23:25:08.155954949 -0500
@@ -470,7 +470,7 @@ static void scanVstNativeLib(QFileInfo&
         VstIntPtr id = plugin->dispatcher(plugin, 24 + 46 /* effShellGetNextPlugin */, 0, 0, cPlugName, 0);
         if(id != 0 && cPlugName [0] != 0)
         {
-           shellPlugs.insert(std::make_pair<int, std::string>(id, std::string(cPlugName)));
+           shellPlugs.insert(std::make_pair(id, std::string(cPlugName)));
         }
         else
            break;