summaryrefslogtreecommitdiff
path: root/indra/newview/llinspect.h
diff options
context:
space:
mode:
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;
};