diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-11 13:44:03 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-11 13:44:03 +0100 |
commit | 32fe67ec2ff41f989d7826f14fed0d66f0c923dc (patch) | |
tree | a73e95c2c9ebb8a75b087aa0a2594de98d99992a /indra/newview/llfolderview.h | |
parent | 2779d28848f1b305fe5f4810c2c29d2446bd9160 (diff) | |
parent | 79be630d0830a50c7c40bf8a787ccbeced82caf4 (diff) |
merge from PE's viewer-trunk
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 a7763e8eeb..f5f229a602 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -293,6 +293,8 @@ protected: BOOL addNoOptions(LLMenuGL* menu) const; + void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response); + protected: LLHandle<LLView> mPopupMenuHandle; |