Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 3, 2016
1 parent 285bcd0 commit f7e7ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/globe/featuresource/qgsglobefeatureutils.h
Expand Up @@ -155,7 +155,7 @@ class QgsGlobeFeatureUtils

static osgEarth::Features::Feature* featureFromQgsFeature( QgsVectorLayer* layer, QgsFeature& feat )
{
osgEarth::Features::Geometry* nGeom = geometryFromQgsGeometry( *feat.geometry() );
osgEarth::Features::Geometry* nGeom = geometryFromQgsGeometry( feat.geometry() );
osgEarth::Features::Feature* retFeat = new osgEarth::Features::Feature( nGeom, 0, osgEarth::Style(), feat.id() );

const QgsFields& fields = layer->pendingFields();
Expand Down

2 comments on commit f7e7ecf

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n sorry! in my defense I can't actually build using globe, since the dependancies aren't available on my platform ;)

@jef-n
Copy link
Member Author

@jef-n jef-n commented on f7e7ecf Aug 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which is?

Please sign in to comment.