diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2010-02-02 20:11:57 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2010-02-02 20:11:57 +0200 |
commit | 1da3feec8b99d938aa5df6f89e785fb317c88c45 (patch) | |
tree | 2e1f4272e5eda4ecc1d808556ed0daabbd97a807 /indra/newview/llinspect.h | |
parent | 47162acede25dadae52fb43bd36f57fa26988aa5 (diff) | |
parent | e367c412988a55515fb68179d21f5d1c19249969 (diff) |
merge
--HG--
branch : product-engine
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; }; |