diff data/fileio/MIDIFileWriter.h @ 1824:1cd161242250

Merge
author Chris Cannam
date Tue, 28 Jan 2020 14:34:13 +0000
parents 7e958685449d
children
line wrap: on
line diff
--- a/data/fileio/MIDIFileWriter.h	Tue Jan 28 14:32:34 2020 +0000
+++ b/data/fileio/MIDIFileWriter.h	Tue Jan 28 14:34:13 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;