diff layer/SpectrumLayer.h @ 1417:2487521e857b

Merge
author Chris Cannam
date Wed, 23 Jan 2019 14:44:16 +0000
parents a18e78b9c78b
children 696e569ff21b
line wrap: on
line diff
--- a/layer/SpectrumLayer.h	Mon Jan 21 10:08:26 2019 +0000
+++ b/layer/SpectrumLayer.h	Wed Jan 23 14:44:16 2019 +0000
@@ -101,7 +101,7 @@
     void setShowPeaks(bool);
     bool getShowPeaks() const { return m_showPeaks; }
 
-    virtual bool needsTextLabelHeight() const { return true; }
+    bool needsTextLabelHeight() const override { return true; }
 
     virtual void toXml(QTextStream &stream, QString indent = "",
                        QString extraAttributes = "") const override;