mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
tweak ::define_one_bar() API to allow correct undo/redo command name
This commit is contained in:
parent
db987cf046
commit
b8e9e67f78
2 changed files with 5 additions and 5 deletions
|
|
@ -1393,7 +1393,7 @@ private:
|
|||
void set_tempo_from_region ();
|
||||
void use_range_as_bar ();
|
||||
|
||||
void define_one_bar (Temporal::timepos_t const & start, Temporal::timepos_t const & end);
|
||||
void define_one_bar (Temporal::timepos_t const & start, Temporal::timepos_t const & end, std::string const & from);
|
||||
|
||||
void audition_region_from_region_list ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue