diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-02 16:14:53 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-02 16:14:53 +0000 |
commit | 210fed642b5fe0d837b9dd84a8988d5f17bbd1c1 (patch) | |
tree | 7a0d53814b5955b7256eb33d7c1a6fd3fafb824a /indra/newview/llinspect.h | |
parent | 9a4d079b92d430cc86ddbee36efbd1ca58ddb986 (diff) | |
parent | 0a41542f2388a3b6142a15fef653b3e663e1dcc7 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llinspect.h')
-rw-r--r-- | indra/newview/llinspect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinspect.h b/indra/newview/llinspect.h index a1cb9cd71c..f8c86618d2 100644 --- a/indra/newview/llinspect.h +++ b/indra/newview/llinspect.h @@ -56,6 +56,9 @@ public: /*virtual*/ void onFocusLost(); protected: + + virtual bool childHasVisiblePopupMenu(); + LLFrameTimer mCloseTimer; LLFrameTimer mOpenTimer; }; |