Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | 9465b5375235 |
children | 11021509c4eb |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Mon Apr 30 09:07:08 2007 +0000 +++ b/layer/SpectrogramLayer.h Mon Apr 30 13:36:23 2007 +0000 @@ -207,7 +207,7 @@ virtual void setLayerDormant(const View *v, bool dormant); - virtual bool isLayerScrollable(const View *v) const { return false; } + virtual bool isLayerScrollable(const View *) const { return false; } virtual int getVerticalZoomSteps(int &defaultStep) const; virtual int getCurrentVerticalZoomStep() const;