From b5a50821fcf934f198483d5061ba8fcb791efcc9 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Fri, 19 Jul 2019 15:40:06 +0100 Subject: 'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used outside of libardour) --- libs/ardour/ardour/luascripting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/luascripting.h b/libs/ardour/ardour/luascripting.h index 6b99ac1c61..2d03495d32 100644 --- a/libs/ardour/ardour/luascripting.h +++ b/libs/ardour/ardour/luascripting.h @@ -123,7 +123,7 @@ public: static std::string get_factory_bytecode (const std::string&, const std::string& ffn = "factory", const std::string& fp = "f"); static std::string user_script_dir (); - struct Sorter { + struct LIBARDOUR_API Sorter { bool operator() (LuaScriptInfoPtr const a, LuaScriptInfoPtr const b) const; }; -- cgit v1.2.3