Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 1232:de1792daae07
Move this function into cpp file
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2017 21:18:55 +0000 |
parents | a1ee3108d1d3 |
children | a496986aa61b |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Thu Jan 26 21:18:28 2017 +0000 +++ b/layer/SpectrogramLayer.h Thu Jan 26 21:18:55 2017 +0000 @@ -224,7 +224,7 @@ virtual void setLayerDormant(const LayerGeometryProvider *v, bool dormant); - virtual bool isLayerScrollable(const LayerGeometryProvider *) const { return false; } + virtual bool isLayerScrollable(const LayerGeometryProvider *) const; virtual int getVerticalZoomSteps(int &defaultStep) const; virtual int getCurrentVerticalZoomStep() const;