mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
fix timeline types in Region::move_cue_markers() decl
This commit is contained in:
parent
6895e6840d
commit
e519dfc0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ public:
|
|||
}
|
||||
|
||||
void get_cue_markers (CueMarkers&, bool abs = false) const;
|
||||
void move_cue_marker (CueMarker const &, samplepos_t region_relative_position);
|
||||
void move_cue_marker (CueMarker const &, timepos_t const & region_relative_position);
|
||||
void rename_cue_marker (CueMarker&, std::string const &);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue