Skip to content

Commit

Permalink
Fix the compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 15, 2011
1 parent b206196 commit d991f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -451,7 +451,7 @@ void QgsWMSSourceSelect::addClicked()
{
collectSelectedLayers( layers, styles );
crs = mCRS;
format = mFormats[ mImageFormatGroup->checkedId()];
format = mFormats[ mImageFormatGroup->checkedId()].format;

if ( mTileWidth->text().toInt() > 0 && mTileHeight->text().toInt() > 0 )
{
Expand Down

0 comments on commit d991f1d

Please sign in to comment.