diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-28 15:49:01 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-28 15:49:01 +0300 |
commit | 4cefba23d8c28cf94cc836706ad1afe9c294e2a9 (patch) | |
tree | 066d7a681df52ab9360ebb5eb42b0eb07c1e5d2d /indra/newview/llfolderview.h | |
parent | 5be77f8e8cdec5fa1bd16568875dc6c9ac94d96e (diff) | |
parent | 76da1229ec26b582e054e8a1588ea78943c92d70 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index 03e1bb9eee..c69f08eb2d 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -292,6 +292,8 @@ protected: bool selectFirstItem(); bool selectLastItem(); + BOOL addNoOptions(LLMenuGL* menu) const; + protected: LLHandle<LLView> mPopupMenuHandle; |