Skip to content
Snippets Groups Projects
Commit 3ae35441 authored by Kent Quirk's avatar Kent Quirk
Browse files

EXT-8039 - further fix to allow mac/linux to build properly

parent 7aa6fd23
No related branches found
No related tags found
No related merge requests found
...@@ -763,7 +763,7 @@ void LLViewerMedia::updateMedia(void *dummy_arg) ...@@ -763,7 +763,7 @@ void LLViewerMedia::updateMedia(void *dummy_arg)
} }
// Sort the static instance list using our interest criteria // Sort the static instance list using our interest criteria
std::stable_sort(sViewerMediaImplList.begin(), sViewerMediaImplList.end(), priorityComparitor); sViewerMediaImplList.sort(priorityComparitor);
// Go through the list again and adjust according to priority. // Go through the list again and adjust according to priority.
iter = sViewerMediaImplList.begin(); iter = sViewerMediaImplList.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment