13
0

'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used outside of libardour)

This commit is contained in:
John Emmas 2019-07-19 15:40:06 +01:00
parent 3506600270
commit b5a50821fc

View File

@ -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;
};