fix timeline types (post-rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-03 19:01:27 -06:00
parent 318ab0c338
commit 5bb1c01482

View file

@ -282,7 +282,7 @@ Source::set_cue_state (XMLNode const & cues, int /* version */)
for (XMLNodeConstIterator citer = cuelist.begin(); citer != cuelist.end(); ++citer) {
string text;
samplepos_t position;
timepos_t position;
if (!(*citer)->get_property (X_("text"), text) || !(*citer)->get_property (X_("position"), position)) {
continue;