From 2fc01707a705f9f668d05a9df0eabb6f2b601561 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Nov 2009 01:55:11 +0000 Subject: define VSTPluginInfo::VSTPluginInfo() git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6093 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/vst_plugin.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/vst_plugin.cc') diff --git a/libs/ardour/vst_plugin.cc b/libs/ardour/vst_plugin.cc index 2bcc354bfa..ff0f51426d 100644 --- a/libs/ardour/vst_plugin.cc +++ b/libs/ardour/vst_plugin.cc @@ -501,6 +501,10 @@ VSTPlugin::print_parameter (uint32_t param, char *buf, uint32_t len) const memmove (buf, first_nonws, strlen (buf) - (first_nonws - buf) + 1); } +VSTPluginInfo::VSTPluginInfo() +{ +} + PluginPtr VSTPluginInfo::load (Session& session) { -- cgit v1.2.3