mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix incorrect return type for Editor::get_grid_music_divisions().
This commit is contained in:
parent
5ab33bdb63
commit
05355d0306
3 changed files with 3 additions and 3 deletions
|
|
@ -332,7 +332,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
unsigned get_grid_beat_divisions(framepos_t position);
|
||||
Evoral::Beats get_grid_type_as_beats (bool& success, framepos_t position);
|
||||
|
||||
unsigned get_grid_music_divisions (uint32_t event_state);
|
||||
int32_t get_grid_music_divisions (uint32_t event_state);
|
||||
|
||||
void nudge_forward (bool next, bool force_playhead);
|
||||
void nudge_backward (bool next, bool force_playhead);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue