13
0

give Sources a container of CueMarkers (empty by default)

This commit is contained in:
Paul Davis 2021-05-13 13:59:11 -06:00
parent 6f91e1e641
commit b3d9c9d655

View File

@ -149,6 +149,7 @@ public:
std::string _ancestor_name;
std::string _captured_for;
XrunPositions _xruns;
CueMarkers _cue_markers;
mutable Glib::Threads::Mutex _lock;
mutable Glib::Threads::Mutex _analysis_lock;