Skip to content

Commit

Permalink
Export TrackContentObject class
Browse files Browse the repository at this point in the history
Fix a build error introduced in LMMS#5223.
  • Loading branch information
PhysSong committed Oct 16, 2019
1 parent 4b7d87e commit 819be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Track.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const int DEFAULT_TRACK_HEIGHT = 32;
const int TCO_BORDER_WIDTH = 2;


class TrackContentObject : public Model, public JournallingObject
class LMMS_EXPORT TrackContentObject : public Model, public JournallingObject
{
Q_OBJECT
MM_OPERATORS
Expand Down

0 comments on commit 819be0a

Please sign in to comment.