Modify 'ARDOUR::cue_marker_name()' to be accessible outside of libardour

This commit is contained in:
John Emmas 2022-02-14 10:19:47 +00:00
parent c5d7883538
commit 5af43793d3

View File

@ -67,7 +67,7 @@ class SideChain;
typedef uint32_t color_t;
std::string cue_marker_name (int32_t);
LIBARDOUR_API std::string cue_marker_name (int32_t);
class LIBARDOUR_API Trigger : public PBD::Stateful {
public: