diff options
Diffstat (limited to 'indra/newview/llpopupview.h')
-rw-r--r-- | indra/newview/llpopupview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpopupview.h b/indra/newview/llpopupview.h index 591e033161..c5dbb94c4c 100644 --- a/indra/newview/llpopupview.h +++ b/indra/newview/llpopupview.h @@ -56,9 +56,11 @@ public: void removePopup(LLView* popup); void clearPopups(); + typedef std::list<LLHandle<LLView> > popup_list_t; + popup_list_t getCurrentPopups() { return mPopups; } + private: BOOL handleMouseEvent(boost::function<BOOL(LLView*, S32, S32)>, boost::function<bool(LLView*)>, S32 x, S32 y); - typedef std::list<LLHandle<LLView> > popup_list_t; popup_list_t mPopups; }; #endif //LL_LLROOTVIEW_H |