mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used outside of libardour)
This commit is contained in:
parent
3506600270
commit
b5a50821fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue