fix warning Interval previously declared as a struct
This commit is contained in:
parent
548fa0b736
commit
6b1a5a848d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class QPainter;
|
|||
|
||||
namespace Ms {
|
||||
|
||||
class Interval;
|
||||
struct Interval;
|
||||
class TempoMap;
|
||||
struct TEvent;
|
||||
class SigEvent;
|
||||
|
|
Loading…
Reference in a new issue