clang 6.0 compile fixes.
This commit is contained in:
committed by
Robert Osfield
parent
69929f596f
commit
7876c7915b
@@ -16,7 +16,7 @@
|
||||
|
||||
using namespace osgDB;
|
||||
|
||||
bool ObjectCache::ClassComp::operator() (const ObjectCache::FileNameOptionsPair& lhs, const ObjectCache::FileNameOptionsPair& rhs)
|
||||
bool ObjectCache::ClassComp::operator() (const ObjectCache::FileNameOptionsPair& lhs, const ObjectCache::FileNameOptionsPair& rhs) const
|
||||
{
|
||||
return lhs.first < rhs.first || *lhs.second < *rhs.second;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user