Skip to content

Commit 99d41cf

Browse files
committed
Removed return - for pg provider crs method comments
1 parent 63cdfab commit 99d41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider
7777
/*! Get the QgsCoordinateReferenceSystem for this layer
7878
* @note Must be reimplemented by each provider.
7979
* If the provider isn't capable of returning
80-
* its projection an empty srs will be return, it will return 0
80+
* its projection an empty srs will be returned
8181
*/
8282
virtual QgsCoordinateReferenceSystem crs();
8383

0 commit comments

Comments
 (0)