From ac1eed6ff3e2ef03858256da76fd8408dcc79e9a Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 20 Feb 2010 17:07:34 +0100 Subject: fix: crash on relog; appearence self pie greyed out after relog. --- linden/indra/newview/lltoolpie.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/lltoolpie.h') diff --git a/linden/indra/newview/lltoolpie.h b/linden/indra/newview/lltoolpie.h index 83df03c..113fba7 100644 --- a/linden/indra/newview/lltoolpie.h +++ b/linden/indra/newview/lltoolpie.h @@ -83,9 +83,10 @@ private: BOOL mGrabMouseButtonDown; BOOL mMouseOutsideSlop; // for this drag, has mouse moved outside slop region LLPickInfo mPick; - LLPointer mClickActionObject; U8 mClickAction; LLSafeHandle mLeftClickSelection; +protected: + LLPointer mClickActionObject; }; -- cgit v1.1