From 5af43793d34daf26b4ded1b2e0b61c6289dfc92b Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 14 Feb 2022 10:19:47 +0000 Subject: [PATCH] Modify 'ARDOUR::cue_marker_name()' to be accessible outside of libardour --- libs/ardour/ardour/triggerbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/triggerbox.h b/libs/ardour/ardour/triggerbox.h index 6e57c2095a..8d4097bacf 100644 --- a/libs/ardour/ardour/triggerbox.h +++ b/libs/ardour/ardour/triggerbox.h @@ -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: