From e2fa9eb03a054fbb3fd20e0b105ec0a1174e2113 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 10 Dec 2009 15:49:57 -0800 Subject: Attempt fix mac build problem with anonymous struct --- indra/newview/llmaniptranslate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llmaniptranslate.cpp b/indra/newview/llmaniptranslate.cpp index 8d15ee936c..55d60ad52a 100644 --- a/indra/newview/llmaniptranslate.cpp +++ b/indra/newview/llmaniptranslate.cpp @@ -967,7 +967,7 @@ void LLManipTranslate::highlightManipulators(S32 x, S32 y) LLVector2 mousePos((F32)x - half_width, (F32)y - half_height); LLVector2 mouse_delta; - struct { + struct ClosestToCamera { bool operator()(const ManipulatorHandle& a, const ManipulatorHandle& b) const { return a.mEndPosition.mV[VZ] < b.mEndPosition.mV[VZ]; -- cgit v1.2.3