From ff98e0490d240e1010da92460601b0e7fb5ee848 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Nov 2011 01:28:34 +0000 Subject: Share VSTHandle and VSTInfo between windows/linux VSTs. git-svn-id: svn://localhost/ardour2/branches/3.0@10758 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/windows_vst_plugin.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/windows_vst_plugin.cc') diff --git a/libs/ardour/windows_vst_plugin.cc b/libs/ardour/windows_vst_plugin.cc index 73aa839ac6..96294d6cd3 100644 --- a/libs/ardour/windows_vst_plugin.cc +++ b/libs/ardour/windows_vst_plugin.cc @@ -61,7 +61,7 @@ using namespace PBD; using std::min; using std::max; -WindowsVSTPlugin::WindowsVSTPlugin (AudioEngine& e, Session& session, FSTHandle* h) +WindowsVSTPlugin::WindowsVSTPlugin (AudioEngine& e, Session& session, VSTHandle* h) : Plugin (e, session) { handle = h; @@ -683,7 +683,7 @@ WindowsVSTPluginInfo::load (Session& session) PluginPtr plugin; if (Config->get_use_windows_vst ()) { - FSTHandle* handle; + VSTHandle* handle; handle = fst_load(path.c_str()); -- cgit v1.2.3