aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 c2d41a0..37ca5ea 100644
--- a/linden/indra/newview/lltoolpie.h
+++ b/linden/indra/newview/lltoolpie.h
@@ -78,7 +78,7 @@ protected:
78 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region 78 BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region
79 static LLPointer<LLViewerObject> sClickActionObject; 79 static LLPointer<LLViewerObject> sClickActionObject;
80 static U8 sClickAction; 80 static U8 sClickAction;
81 static LLHandle<LLObjectSelection> sLeftClickSelection; 81 static LLSafeHandle<LLObjectSelection> sLeftClickSelection;
82}; 82};
83 83
84extern LLToolPie *gToolPie; 84extern LLToolPie *gToolPie;