Skip to content

Commit

Permalink
globe: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 8, 2016
1 parent 935cbf8 commit 2ea828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/globe/featuresource/qgsglobefeatureutils.h
Expand Up @@ -101,7 +101,7 @@ class QgsGlobeFeatureUtils
return pointSet;
}

case Qgis::WKBMultiPoint:
case QgsWkbTypes::MultiPoint:
{
osgEarth::Features::PointSet* pointSet = new osgEarth::Features::PointSet();
QgsMultiPointV2* multiPoint = static_cast<QgsMultiPointV2*>( geom.geometry() );
Expand Down

0 comments on commit 2ea828e

Please sign in to comment.