diff options
Diffstat (limited to 'Applications/Piano/Track.h')
-rw-r--r-- | Applications/Piano/Track.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Applications/Piano/Track.h b/Applications/Piano/Track.h index 99f3e1f3ab..276e7e8bdb 100644 --- a/Applications/Piano/Track.h +++ b/Applications/Piano/Track.h @@ -36,8 +36,9 @@ typedef AK::SinglyLinkedListIterator<SinglyLinkedList<RollNote>, RollNote> RollIter; class Track { - AK_MAKE_NONCOPYABLE(Track) - AK_MAKE_NONMOVABLE(Track) + AK_MAKE_NONCOPYABLE(Track); + AK_MAKE_NONMOVABLE(Track); + public: explicit Track(const u32& time); ~Track(); |