Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 12, 2013
1 parent e9ff967 commit f7e9b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsgml.cpp
Expand Up @@ -41,9 +41,9 @@ QgsGml::QgsGml(
, mTypeName( typeName )
, mGeometryAttribute( geometryAttribute )
, mFinished( false )
, mCurrentFeature( 0 )
, mFeatureCount( 0 )
, mCurrentWKBSize( 0 )
, mCurrentFeature( 0 )
{
mThematicAttributes.clear();
for ( int i = 0; i < fields.size(); i++ )
Expand Down

0 comments on commit f7e9b47

Please sign in to comment.