Skip to content

Commit 32e3a22

Browse files
author
ersts
committed
-Missed a typo before that last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9567 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d72935f commit 32e3a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/raster/qgsrasterlayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ void QgsRasterLayer::setColorShadingAlgorithm( ColorShadingAlgorithm theShadingA
31543154
mRasterShader->setRasterShaderFunction( new QgsPseudoColorShader() );
31553155
break;
31563156
case FreakOutShader:
3157-
mRasterShader->setRasterShaderFunction( new QgsFreakOutShaderShader() );
3157+
mRasterShader->setRasterShaderFunction( new QgsFreakOutShader() );
31583158
break;
31593159
case ColorRampShader:
31603160
mRasterShader->setRasterShaderFunction( new QgsColorRampShader() );

0 commit comments

Comments
 (0)