summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelwearing.h
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-06-29 10:28:06 -0400
committerJonathan Yap <none@none>2011-06-29 10:28:06 -0400
commit68c8248fb9450cc9adb41f53f0d2f03d5fd4124e (patch)
tree7bc314feb88ef71fda8621ecf2cdd9211f17f20f /indra/newview/llpanelwearing.h
parent3bc99274f19ce0cbc3e600c0010655e2778ab405 (diff)
STORM-1459 "Wearing Tab" - Add ability to copy displayed inventory names to clipboard
Diffstat (limited to 'indra/newview/llpanelwearing.h')
-rw-r--r--indra/newview/llpanelwearing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelwearing.h b/indra/newview/llpanelwearing.h
index 157b2c4c5f..4c9f5ed079 100644
--- a/indra/newview/llpanelwearing.h
+++ b/indra/newview/llpanelwearing.h
@@ -66,6 +66,7 @@ public:
private:
void onWearableItemsListRightClick(LLUICtrl* ctrl, S32 x, S32 y);
+ void copyToClipboard();
LLInventoryCategoriesObserver* mCategoriesObserver;
LLWearableItemsList* mCOFItemsList;