Skip to content

Commit

Permalink
strip extra qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest authored and nyalldawson committed Jun 15, 2019
1 parent 4869499 commit 7b69172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqlgeometryparser.h
Expand Up @@ -63,7 +63,7 @@ class QgsMssqlGeometryParser
int nSRSId = 0;

protected:
QgsPoint QgsMssqlGeometryParser::ReadCoordinates( int iPoint );
QgsPoint ReadCoordinates( int iPoint );
const QgsPointSequence ReadPointSequence( int iPoint, int iNextPoint );
std::unique_ptr< QgsPoint > ReadPoint( int iShape );
std::unique_ptr< QgsMultiPoint > ReadMultiPoint( int iShape );
Expand Down

0 comments on commit 7b69172

Please sign in to comment.