Skip to content

Commit f1831ff

Browse files
committed
Export TrackContentObject class
Fix a build error introduced in #5223.
1 parent 170d28f commit f1831ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Track.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const int DEFAULT_TRACK_HEIGHT = 32;
7373
const int TCO_BORDER_WIDTH = 2;
7474

7575

76-
class TrackContentObject : public Model, public JournallingObject
76+
class LMMS_EXPORT TrackContentObject : public Model, public JournallingObject
7777
{
7878
Q_OBJECT
7979
MM_OPERATORS

0 commit comments

Comments
 (0)