From cf1363a4a9376dad356042d2fd08fa34853db840 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 8 Mar 2014 17:24:42 +0100 Subject: VST scanner: fix Ardour type IDs --- libs/ardour/vst_info_file.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index e6350c0a41..ec1223c11c 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -702,10 +702,10 @@ vstfx_info_from_plugin (const char *dllpath, VSTState* vstfx, vector switch(type) { #ifdef WINDOWS_VST_SUPPORT - case 1: fst_close(vstfx); break; + case ARDOUR::Windows_VST: fst_close(vstfx); break; #endif #ifdef LXVST_SUPPORT - case 2: vstfx_close (vstfx); break; + case ARDOUR::LXVST: vstfx_close (vstfx); break; #endif default: assert(0); break; } -- cgit v1.2.3