Skip to content

Commit

Permalink
globe: fix warnings on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 31, 2016
1 parent 83502c5 commit b79e5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/globe/qgsglobefrustumhighlight.h
Expand Up @@ -26,7 +26,7 @@ namespace osgEarth
class SpatialReference;
}

struct QgsGlobeFrustumHighlightCallback : public osg::NodeCallback
class QgsGlobeFrustumHighlightCallback : public osg::NodeCallback
{
public:
QgsGlobeFrustumHighlightCallback( osg::View* view, osgEarth::Terrain* terrain, QgsMapCanvas* mapCanvas, QColor color );
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/globe/qgsglobevectorlayerproperties.h
Expand Up @@ -26,7 +26,7 @@ class QDomDocument;
class QDomElement;
class QListWidgetItem;

struct QgsGlobeVectorLayerConfig : public QObject
class QgsGlobeVectorLayerConfig : public QObject
{
public:
enum RenderingMode
Expand Down

0 comments on commit b79e5bb

Please sign in to comment.