Index: Horde3D/Source/ColladaConverter/main.cpp =================================================================== --- Horde3D/Source/ColladaConverter/main.cpp (revision 341) +++ Horde3D/Source/ColladaConverter/main.cpp (working copy) @@ -163,7 +163,7 @@ for( int i = 2; i < argc; ++i ) { std::string arg = argv[i]; - arg.erase(remove_if(arg.begin(), arg.end(), isspace), arg.end()); + arg.erase(remove_if(arg.begin(), arg.end(), ::isspace), arg.end()); if( _stricmp( arg.c_str(), "-type" ) == 0 && argc > i + 1 )