From b6df544fc0842464235646293e1ccbd7d2941324 Mon Sep 17 00:00:00 2001 From: Monroe Linden Date: Fri, 30 Oct 2009 12:38:07 -0700 Subject: Fix for typo in my last commit. --- indra/newview/llviewermedia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index 043259a235..9d814b85b3 100644 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -109,7 +109,7 @@ class LLViewerMedia static const impl_list &getPriorityList(); // This is the comparitor used to sort the list. - static bool priorityComparitor(const LLViewerMediaImpl* i1, const LLViewerMediaImpl* i2) + static bool priorityComparitor(const LLViewerMediaImpl* i1, const LLViewerMediaImpl* i2); }; // Implementation functions not exported into header file -- cgit v1.2.3