fixed vst define

This commit is contained in:
itsmattkc
2019-01-21 13:27:20 +11:00
parent d726052fe7
commit 096aa0dc14
5 changed files with 12 additions and 7 deletions
+4
View File
@@ -1,5 +1,7 @@
#include "vsthost.h"
#ifdef _WIN32
// adapted from http://teragonaudio.com/article/How-to-make-your-own-VST-host.html
#include <QPushButton>
@@ -264,3 +266,5 @@ void VSTHost::change_plugin() {
}
show_interface_btn->setEnabled(plugin != nullptr);
}
#endif