Skip to content

Commit

Permalink
missed one...
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2012
1 parent 414cb77 commit b97b405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgssinglebandgrayrenderer.cpp
Expand Up @@ -90,7 +90,7 @@ void QgsSingleBandGrayRenderer::draw( QPainter* p, QgsRasterViewPort* viewPort,
alphaType = ( QgsRasterDataProvider::DataType )mProvider->dataType( mAlphaBand );
}
void* rasterData;
void* alphaData;
void* alphaData = 0;
double currentAlpha = mOpacity;
int grayVal;
QRgb myDefaultColor = qRgba( 0, 0, 0, 0 );
Expand Down

0 comments on commit b97b405

Please sign in to comment.