mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
fix timeline types (post-rebase conflict resolution)
This commit is contained in:
parent
318ab0c338
commit
5bb1c01482
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue