Mercurial > hg > svgui
diff layer/ColourScale.h @ 1071:65b183494331 spectrogram-minor-refactor
Start stubbing Colour3DPlotRenderer
author | Chris Cannam |
---|---|
date | Thu, 23 Jun 2016 17:07:21 +0100 |
parents | 27163db978d8 |
children | 7ebfb61b1701 |
line wrap: on
line diff
--- a/layer/ColourScale.h Thu Jun 23 14:51:10 2016 +0100 +++ b/layer/ColourScale.h Thu Jun 23 17:07:21 2016 +0100 @@ -68,7 +68,11 @@ * are ignored for PhaseColourScale. */ ColourScale(Parameters parameters); + ~ColourScale(); + ColourScale(const ColourScale &) = default; + ColourScale &operator=(const ColourScale &) = default; + /** * Return a pixel number (in the range 0-255 inclusive) * corresponding to the given value. The pixel 0 is used only for