Changed const int to #define for VS6.0 build
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user