Fixed clang warnings

This commit is contained in:
Robert Osfield
2016-06-03 09:33:47 +01:00
parent 7d7c0daa5e
commit 41ce857c93
4 changed files with 12 additions and 13 deletions

View File

@@ -123,4 +123,4 @@ Identifier* osg::Identifier::get(osg::Referenced* first, osg::Referenced* second
return get("", 0, first, second);
}
}
}