summaryrefslogtreecommitdiff
path: root/indra/newview/llinspect.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-01-05 16:29:11 -0800
committerJames Cook <james@lindenlab.com>2010-01-05 16:29:11 -0800
commit8a033dba8dd77a6f4c4bdeaa6b897101ccb26472 (patch)
tree4fb1f9ffba3b224c79d2e9d263a9b010c3d3eadf /indra/newview/llinspect.h
parenta3adfe54cb9fc953cae0adf2f61c578aa3ca5842 (diff)
parentab3dbd647e78cff67ce7ffe85bb6fbc5c5461312 (diff)
Merge
Diffstat (limited to 'indra/newview/llinspect.h')
-rw-r--r--indra/newview/llinspect.h2
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;
};