Skip to content

Commit

Permalink
Removed return - for pg provider crs method comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed May 4, 2012
1 parent 63cdfab commit 99d41cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.h
Expand Up @@ -77,7 +77,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider
/*! Get the QgsCoordinateReferenceSystem for this layer
* @note Must be reimplemented by each provider.
* If the provider isn't capable of returning
* its projection an empty srs will be return, it will return 0
* its projection an empty srs will be returned
*/
virtual QgsCoordinateReferenceSystem crs();

Expand Down

0 comments on commit 99d41cf

Please sign in to comment.