Skip to content

Commit

Permalink
Add LMMS_EXPORT to AutomationTrack and SampleTrack declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Dec 8, 2024
1 parent 46ba381 commit ee02496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/AutomationTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
namespace lmms
{

class AutomationTrack : public Track
class LMMS_EXPORT AutomationTrack : public Track
{
Q_OBJECT
public:
Expand Down
2 changes: 1 addition & 1 deletion include/SampleTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SampleTrackWindow;
} // namespace gui


class SampleTrack : public Track
class LMMS_EXPORT SampleTrack : public Track
{
Q_OBJECT
public:
Expand Down

0 comments on commit ee02496

Please sign in to comment.