Skip to content

Commit 4f6d0da

Browse files
author
ersts
committedNov 6, 2008
-Missed a typo before that last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@9567 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8d970bf commit 4f6d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/raster/qgsrasterlayer.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.