Added std:: infront of sort call

This commit is contained in:
Robert Osfield
2007-12-12 11:57:03 +00:00
parent 6ca74544bc
commit 6eaace8f6e

View File

@@ -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