add cue markers member to Source (post-rebase conflict resolution)

This commit is contained in:
Paul Davis
2021-07-03 19:00:56 -06:00
parent 2330e867b9
commit 318ab0c338

View File

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