diff options
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index ffc2fb9122..1af4b26a94 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -78,7 +78,7 @@ protected: BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region static LLPointer<LLViewerObject> sClickActionObject; static U8 sClickAction; - static LLHandle<LLObjectSelection> sLeftClickSelection; + static LLSafeHandle<LLObjectSelection> sLeftClickSelection; }; extern LLToolPie *gToolPie; |