Skip to content

Commit

Permalink
Fix missing return statement. Thanks, jef
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 17, 2011
1 parent f80044f commit 338ecf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapserver/qgsconfigparser.cpp
Expand Up @@ -147,6 +147,7 @@ QStringList QgsConfigParser::createCRSListForLayer( QgsMapLayer* theMapLayer ) c
}
sqlite3_finalize( myPreparedStatement );
sqlite3_close( myDatabase );
return crsNumbers;
}

bool QgsConfigParser::exGeographicBoundingBox( const QDomElement& layerElement, QgsRectangle& rect ) const
Expand Down

0 comments on commit 338ecf8

Please sign in to comment.