From 580e1a8a630856d4924f45843a66b154b5274d27 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 19 Dec 2018 12:43:20 -0500 Subject: [PATCH] move a comment --- src/Track.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Track.h b/src/Track.h index e72765eeb..0bb0d5fbd 100644 --- a/src/Track.h +++ b/src/Track.h @@ -1112,10 +1112,6 @@ template < }; -/** \brief TrackList is a flat linked list of tracks supporting Add, Remove, - * Clear, and Contains, plus serialization of the list of tracks. - */ - struct TrackListEvent : public wxCommandEvent { explicit @@ -1161,6 +1157,9 @@ wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API, EVT_TRACKLIST_DELETION, TrackListEvent); +/** \brief TrackList is a flat linked list of tracks supporting Add, Remove, + * Clear, and Contains, plus serialization of the list of tracks. + */ class TrackList final : public wxEvtHandler, public ListOfTracks , public std::enable_shared_from_this {