Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
globe: fix warnings on windows
- Loading branch information
|
@@ -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 ); |
|
|
|
@@ -26,7 +26,7 @@ class QDomDocument; |
|
|
class QDomElement; |
|
|
class QListWidgetItem; |
|
|
|
|
|
struct QgsGlobeVectorLayerConfig : public QObject |
|
|
class QgsGlobeVectorLayerConfig : public QObject |
|
|
{ |
|
|
public: |
|
|
enum RenderingMode |
|
|