Skip to content

Commit f7e9b47

Browse files
committed
fix warning
1 parent e9ff967 commit f7e9b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsgml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ QgsGml::QgsGml(
4141
, mTypeName( typeName )
4242
, mGeometryAttribute( geometryAttribute )
4343
, mFinished( false )
44+
, mCurrentFeature( 0 )
4445
, mFeatureCount( 0 )
4546
, mCurrentWKBSize( 0 )
46-
, mCurrentFeature( 0 )
4747
{
4848
mThematicAttributes.clear();
4949
for ( int i = 0; i < fields.size(); i++ )

0 commit comments

Comments
 (0)