From deb48ff22d858006352483bf2a5644d3a6dec1c6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 2 Mar 2014 11:33:35 -0500 Subject: [PATCH] add missing extra file --- libs/ardour/ardour/vst_search_path.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/ardour/ardour/vst_search_path.h diff --git a/libs/ardour/ardour/vst_search_path.h b/libs/ardour/ardour/vst_search_path.h new file mode 100644 index 0000000000..b220cd0ec2 --- /dev/null +++ b/libs/ardour/ardour/vst_search_path.h @@ -0,0 +1,8 @@ +#ifndef __libardour_vst_search_path_h__ +#define __libardour_vst_search_path_h__ + +namespace ARDOUR { + const char *vst_search_path (); +}; + +#endif /* __libardour_vst_path_h__ */