Mercurial > hg > svcore
diff data/midi/MIDIEvent.h @ 1580:c01cbe41aeb5 fix-static-analysis
Use override throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:48:45 +0000 |
parents | 48e9f538e6e9 |
children | ad5f892c0c4d |
line wrap: on
line diff
--- a/data/midi/MIDIEvent.h Thu Nov 22 14:55:18 2018 +0000 +++ b/data/midi/MIDIEvent.h Mon Nov 26 13:48:45 2018 +0000 @@ -226,7 +226,7 @@ } virtual ~MIDIException() throw() { } - virtual const char *what() const throw() { + const char *what() const throw() override { return m_message.toLocal8Bit().data(); }