diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-01-07 16:20:27 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-01-07 16:20:27 -0500 |
commit | 6abd41831a4cae5d757aa44675731d1fd48d64b1 (patch) | |
tree | 6fc9de74e865a8337823b317a87b7c132bca0c7a /indra/newview/llinspect.h | |
parent | bb04795eeb222e5396e24e79ac1f77b155bd4622 (diff) | |
parent | 6b8ed2ae6f92d6f9559cbc86699b9ca3197f2e81 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llinspect.h')
-rw-r--r-- | indra/newview/llinspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinspect.h b/indra/newview/llinspect.h index 731e99534b..a1cb9cd71c 100644 --- a/indra/newview/llinspect.h +++ b/indra/newview/llinspect.h @@ -55,7 +55,7 @@ public: /// Inspectors close themselves when they lose focus /*virtual*/ void onFocusLost(); -private: +protected: LLFrameTimer mCloseTimer; LLFrameTimer mOpenTimer; }; |