Fixed shadows warnings

This commit is contained in:
Robert Osfield
2016-05-26 11:13:56 +01:00
parent 80e318ce15
commit dbce12842e
12 changed files with 50 additions and 56 deletions

View File

@@ -766,7 +766,7 @@ int main( int argc, char **argv )
{
if (!arguments.isOption(pos))
{
std::string filename = arguments[pos];
filename = arguments[pos];
if (osgDB::getLowerCaseFileExtension(filename)=="dicom")
{
// not an option so assume string is a filename.