Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-Missed a typo before that last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9567 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Nov 6, 2008
1 parent d72935f commit 32e3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -3154,7 +3154,7 @@ void QgsRasterLayer::setColorShadingAlgorithm( ColorShadingAlgorithm theShadingA
mRasterShader->setRasterShaderFunction( new QgsPseudoColorShader() );
break;
case FreakOutShader:
mRasterShader->setRasterShaderFunction( new QgsFreakOutShaderShader() );
mRasterShader->setRasterShaderFunction( new QgsFreakOutShader() );
break;
case ColorRampShader:
mRasterShader->setRasterShaderFunction( new QgsColorRampShader() );
Expand Down

0 comments on commit 32e3a22

Please sign in to comment.