Changed const int to #define for VS6.0 build

This commit is contained in:
Robert Osfield 2004-06-30 07:26:02 +00:00
parent 888d9e2a25
commit 656762edbb

View File

@ -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;