Attempt fix mac build problem with anonymous struct

master
James Cook 2009-12-10 15:49:57 -08:00
parent a4446ce416
commit e2fa9eb03a
1 changed files with 1 additions and 1 deletions

View File

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