CHUI-137 : Fix build error after merge

master
Merov Linden 2012-06-08 17:58:15 -07:00
parent ac6f0304c5
commit e286330365
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public:
virtual void move( LLFolderViewEventListener* parent_listener ) { }
virtual BOOL isItemCopyable() const { return FALSE; }
virtual BOOL copyToClipboard() const { return FALSE; }
virtual void cutToClipboard() { }
virtual BOOL cutToClipboard() const { return FALSE; }
virtual BOOL isClipboardPasteable() const { return FALSE; }
virtual void pasteFromClipboard() { }
virtual void pasteLinkFromClipboard() { }