'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used outside of libardour)
This commit is contained in:
parent
3506600270
commit
b5a50821fc
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user