mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
const bool METHOD() const makes no sense
This commit is contained in:
parent
9389ee1e96
commit
57f74fbf13
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class LIBARDOUR_API MetricSection {
|
|||
|
||||
PositionLockStyle position_lock_style () const { return _position_lock_style; }
|
||||
void set_position_lock_style (PositionLockStyle ps) { _position_lock_style = ps; }
|
||||
const bool is_tempo () const { return _is_tempo; }
|
||||
bool is_tempo () const { return _is_tempo; }
|
||||
|
||||
private:
|
||||
double _pulse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue