mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
require use of BBT_Argument as both parameter and return type from most methods (GUI edition)
This commit is contained in:
parent
259499fc5f
commit
2c7bfa9ead
6 changed files with 17 additions and 15 deletions
|
|
@ -2123,7 +2123,7 @@ AudioClock::samples_from_bbt_string (timepos_t const & pos, const string& str) c
|
|||
return 0;
|
||||
}
|
||||
|
||||
BBT_Time bbt;
|
||||
BBT_Argument bbt;
|
||||
|
||||
if (sscanf (str.c_str(), BBT_SCANF_FORMAT, &bbt.bars, &bbt.beats, &bbt.ticks) != 3) {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue