diff --git a/include/osgTerrain/DataSet b/include/osgTerrain/DataSet index d27dff963..10f4cf932 100644 --- a/include/osgTerrain/DataSet +++ b/include/osgTerrain/DataSet @@ -30,12 +30,13 @@ namespace osgTerrain { +#define MAXIMUM_NUMBER_OF_LEVELS 30 + class OSGTERRAIN_EXPORT DataSet : public osg::Referenced { public: - static const unsigned int MAXIMUM_NUMBER_OF_LEVELS = 30; class Source;