Mercurial > hg > svcore
diff base/Selection.h @ 1580:c01cbe41aeb5 fix-static-analysis
Use override throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:48:45 +0000 |
parents | 6e9615bde1f9 |
children | 82596b4deef6 |
line wrap: on
line diff
--- a/base/Selection.h Thu Nov 22 14:55:18 2018 +0000 +++ b/base/Selection.h Mon Nov 26 13:48:45 2018 +0000 @@ -83,8 +83,8 @@ */ Selection getContainingSelection(sv_frame_t frame, bool defaultToFollowing) const; - virtual void toXml(QTextStream &stream, QString indent = "", - QString extraAttributes = "") const; + void toXml(QTextStream &stream, QString indent = "", + QString extraAttributes = "") const override; protected: SelectionList m_selections;