Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.cpp @ 1150:0edfed2c8482 msvc2015_64
MSVC build fixes
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2016 15:55:50 +0100 |
parents | 4e7ed3252d80 |
children | ab169938832a |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Tue Sep 20 09:16:55 2016 +0100 +++ b/layer/Colour3DPlotLayer.cpp Tue Oct 18 15:55:50 2016 +0100 @@ -37,10 +37,6 @@ #include <cassert> -#ifndef __GNUC__ -#include <alloca.h> -#endif - using std::vector; //#define DEBUG_COLOUR_3D_PLOT_LAYER_PAINT 1 @@ -609,7 +605,7 @@ } bool -Colour3DPlotLayer::isLayerScrollable(const LayerGeometryProvider */* v */) const +Colour3DPlotLayer::isLayerScrollable(const LayerGeometryProvider * /* v */) const { if (m_normalizeVisibleArea) { return false;