Skip to content

Commit

Permalink
Added a missing return statement to make WMS getCapabilities working
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5231 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 8, 2006
1 parent 1232fb8 commit ea91bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -698,6 +698,8 @@ bool QgsWmsProvider::retrieveServerCapabilities(bool forceRefresh)
std::cout << "QgsWmsProvider::getServerCapabilities: exiting." << std::endl;
#endif

return TRUE;

}


Expand Down

0 comments on commit ea91bfb

Please sign in to comment.