summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luascripting.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2019-07-19 15:40:06 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2019-07-19 15:40:06 +0100
commitb5a50821fcf934f198483d5061ba8fcb791efcc9 (patch)
treeaa90ba2df64e3f0407628b0f9c0bbc0c63918d17 /libs/ardour/ardour/luascripting.h
parent35066002709e1877e9b4401f6ad8cb0b49577241 (diff)
'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used outside of libardour)
Diffstat (limited to 'libs/ardour/ardour/luascripting.h')
-rw-r--r--libs/ardour/ardour/luascripting.h2
1 files changed, 1 insertions, 1 deletions
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;
};