Mercurial > hg > svcore
changeset 1813:7e958685449d
Not virtual
| author | Chris Cannam | 
|---|---|
| date | Wed, 08 Jan 2020 15:26:37 +0000 | 
| parents | 8a06e16948d7 | 
| children | 1318e069906b | 
| files | data/fileio/MIDIFileWriter.h | 
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/data/fileio/MIDIFileWriter.h Wed Jan 08 15:26:28 2020 +0000 +++ b/data/fileio/MIDIFileWriter.h Wed Jan 08 15:26:37 2020 +0000 @@ -48,12 +48,12 @@ const NoteExportable *exportable, sv_samplerate_t sampleRate, // used to convert exportable sample timings float tempo = 120.f); - virtual ~MIDIFileWriter(); + ~MIDIFileWriter(); - virtual bool isOK() const; - virtual QString getError() const; + bool isOK() const; + QString getError() const; - virtual void write(); + void write(); protected: typedef std::vector<MIDIEvent *> MIDITrack;
