Skip to content

Commit b79e5bb

Browse files
committedMay 31, 2016
globe: fix warnings on windows
1 parent 83502c5 commit b79e5bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/plugins/globe/qgsglobefrustumhighlight.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace osgEarth
2626
class SpatialReference;
2727
}
2828

29-
struct QgsGlobeFrustumHighlightCallback : public osg::NodeCallback
29+
class QgsGlobeFrustumHighlightCallback : public osg::NodeCallback
3030
{
3131
public:
3232
QgsGlobeFrustumHighlightCallback( osg::View* view, osgEarth::Terrain* terrain, QgsMapCanvas* mapCanvas, QColor color );

‎src/plugins/globe/qgsglobevectorlayerproperties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class QDomDocument;
2626
class QDomElement;
2727
class QListWidgetItem;
2828

29-
struct QgsGlobeVectorLayerConfig : public QObject
29+
class QgsGlobeVectorLayerConfig : public QObject
3030
{
3131
public:
3232
enum RenderingMode

0 commit comments

Comments
 (0)
Please sign in to comment.