Mercurial > hg > svcore
diff data/fileio/MIDIFileReader.h @ 1599:ce185d4dd408 bqaudiostream
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 14:43:43 +0000 |
parents | c01cbe41aeb5 |
children |
line wrap: on
line diff
--- a/data/fileio/MIDIFileReader.h Wed Jan 23 10:31:40 2019 +0000 +++ b/data/fileio/MIDIFileReader.h Wed Jan 23 14:43:43 2019 +0000 @@ -66,9 +66,9 @@ ProgressReporter *reporter = 0); virtual ~MIDIFileReader(); - virtual bool isOK() const; - virtual QString getError() const; - virtual Model *load() const; + bool isOK() const override; + QString getError() const override; + Model *load() const override; protected: typedef std::vector<MIDIEvent *> MIDITrack;