mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Revert "add operator bool() to Evoral::Beats"
This reverts commit f8b5263af5e4d5088f1d5551e999679515add432. OS X compiler gets confused by this change.
This commit is contained in:
parent
c4c7dc0086
commit
0a433b2d07
1 changed files with 0 additions and 2 deletions
|
|
@ -191,8 +191,6 @@ public:
|
|||
|
||||
bool operator!() const { return _time == 0; }
|
||||
|
||||
operator bool() const { return _time != 0; }
|
||||
|
||||
static Beats min() { return Beats(DBL_MIN); }
|
||||
static Beats max() { return Beats(DBL_MAX); }
|
||||
static Beats tick() { return Beats(1.0 / PPQN); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue