summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-05-25 20:37:52 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-05-25 20:37:52 +0300
commit7d54c62016c1362fc0f5fd69acda58c61aed5b76 (patch)
tree863cb1f875141f66dfa11fcfb81ee8e497ab0681 /indra/newview/llinventorybridge.h
parent757414afb892122a4aca6dd1d694b4fd6083a698 (diff)
MAINT-6397 cut items should not go to trash
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r--indra/newview/llinventorybridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 9053c61171..df25e01688 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -116,6 +116,7 @@ public:
virtual BOOL isItemCopyable() const { return FALSE; }
virtual BOOL copyToClipboard() const;
virtual BOOL cutToClipboard();
+ virtual bool isCutToClipboard();
virtual BOOL isClipboardPasteable() const;
virtual BOOL isClipboardPasteableAsLink() const;
virtual void pasteFromClipboard() {}