Revert "add operator bool() to Evoral::Beats"
This reverts commit f8b5263af5e4d5088f1d5551e999679515add432. OS X compiler gets confused by this change.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user