Changed const int to #define for VS6.0 build
This commit is contained in:
parent
888d9e2a25
commit
656762edbb
@ -30,12 +30,13 @@
|
|||||||
namespace osgTerrain
|
namespace osgTerrain
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#define MAXIMUM_NUMBER_OF_LEVELS 30
|
||||||
|
|
||||||
class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
|
class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
||||||
static const unsigned int MAXIMUM_NUMBER_OF_LEVELS = 30;
|
|
||||||
|
|
||||||
class Source;
|
class Source;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user