Added std:: infront of sort call
This commit is contained in:
@@ -768,7 +768,7 @@ void DatabasePager::run()
|
||||
if (loadedObjectsNeedToBeCompiled)
|
||||
{
|
||||
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(_dataToCompileListMutex);
|
||||
sort(_dataToCompileList.begin(),
|
||||
std::sort(_dataToCompileList.begin(),
|
||||
_dataToCompileList.end(), SortFileRequestFunctor());
|
||||
// Prune all the old entries.
|
||||
DatabaseRequestList::iterator tooOld
|
||||
|
||||
Reference in New Issue
Block a user