diff options
author | James Cook <james@lindenlab.com> | 2010-01-05 16:29:11 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-05 16:29:11 -0800 |
commit | 8a033dba8dd77a6f4c4bdeaa6b897101ccb26472 (patch) | |
tree | 4fb1f9ffba3b224c79d2e9d263a9b010c3d3eadf /indra/newview/llinspect.h | |
parent | a3adfe54cb9fc953cae0adf2f61c578aa3ca5842 (diff) | |
parent | ab3dbd647e78cff67ce7ffe85bb6fbc5c5461312 (diff) |
Merge
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; }; |