diff options
author | Monroe Linden <monroe@lindenlab.com> | 2009-10-30 12:38:07 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2009-10-30 12:38:07 -0700 |
commit | b6df544fc0842464235646293e1ccbd7d2941324 (patch) | |
tree | 627a10cfa573bd78e9ef8bedd7de2a7878b05136 /indra/newview/llviewermedia.h | |
parent | 043d2d1f9dbdacff46e24f73b184dac8532d2db6 (diff) |
Fix for typo in my last commit.
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r-- | indra/newview/llviewermedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |