From ee02496dfea3acba4b43a86e557f4e4eb2755462 Mon Sep 17 00:00:00 2001 From: saker Date: Sun, 8 Dec 2024 15:56:16 -0500 Subject: [PATCH] Add LMMS_EXPORT to AutomationTrack and SampleTrack declarations --- include/AutomationTrack.h | 2 +- include/SampleTrack.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/AutomationTrack.h b/include/AutomationTrack.h index d010d0231c3..705ec621348 100644 --- a/include/AutomationTrack.h +++ b/include/AutomationTrack.h @@ -32,7 +32,7 @@ namespace lmms { -class AutomationTrack : public Track +class LMMS_EXPORT AutomationTrack : public Track { Q_OBJECT public: diff --git a/include/SampleTrack.h b/include/SampleTrack.h index 63cd0ae8023..0d80f5eeb9e 100644 --- a/include/SampleTrack.h +++ b/include/SampleTrack.h @@ -41,7 +41,7 @@ class SampleTrackWindow; } // namespace gui -class SampleTrack : public Track +class LMMS_EXPORT SampleTrack : public Track { Q_OBJECT public: