From Ken Sewell, fixed for x86_64 build.
This commit is contained in:
@@ -765,7 +765,7 @@ class ReaderWriterATTR : public osgDB::ReaderWriter
|
||||
{
|
||||
// Get the character index of the FLT_VER option in the option
|
||||
// string
|
||||
unsigned int optionIndex = options->getOptionString().find("FLT_VER");
|
||||
std::string::size_type optionIndex = options->getOptionString().find("FLT_VER");
|
||||
|
||||
// Default to zero for the version if it's not found
|
||||
if (optionIndex == std::string::npos)
|
||||
|
||||
Reference in New Issue
Block a user