aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolpie.h')
-rw-r--r--linden/indra/newview/lltoolpie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolpie.h b/linden/indra/newview/lltoolpie.h
index 949013f..2fba989 100644
--- a/linden/indra/newview/lltoolpie.h
+++ b/linden/indra/newview/lltoolpie.h
@@ -73,7 +73,7 @@ protected:
73 BOOL mHitLand; 73 BOOL mHitLand;
74 LLUUID mHitObjectID; 74 LLUUID mHitObjectID;
75 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region 75 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region
76 static LLViewerObject* sClickActionObject; 76 static LLPointer<LLViewerObject> sClickActionObject;
77 static U8 sClickAction; 77 static U8 sClickAction;
78 static LLHandle<LLObjectSelection> sLeftClickSelection; 78 static LLHandle<LLObjectSelection> sLeftClickSelection;
79}; 79};