From Ken Sewell, fixed for x86_64 build.

This commit is contained in:
Robert Osfield
2005-06-13 11:14:42 +00:00
parent 3612da9fbc
commit 80a99a2559
2 changed files with 8 additions and 3 deletions

View File

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