Fixed VisualStudio warning

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14802 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-03-17 18:10:21 +00:00
parent 31fd2456b6
commit d9f920ee37

View File

@@ -62,7 +62,7 @@ JSONObject::JSONObject(const unsigned int id, const std::string& bufferName)
JSONObject::JSONObject()
{
_uniqueID = -1;
_uniqueID = 0xffffffff;
}
void JSONObject::addUniqueID()