diff options
Diffstat (limited to 'linden/indra/newview/llpanelinventory.cpp')
-rw-r--r-- | linden/indra/newview/llpanelinventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelinventory.cpp b/linden/indra/newview/llpanelinventory.cpp index 0d85e94..3e92760 100644 --- a/linden/indra/newview/llpanelinventory.cpp +++ b/linden/indra/newview/llpanelinventory.cpp | |||
@@ -707,7 +707,7 @@ public: | |||
707 | virtual BOOL isItemRemovable(); | 707 | virtual BOOL isItemRemovable(); |
708 | virtual void buildContextMenu(LLMenuGL& menu, U32 flags); | 708 | virtual void buildContextMenu(LLMenuGL& menu, U32 flags); |
709 | virtual BOOL hasChildren() const; | 709 | virtual BOOL hasChildren() const; |
710 | virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id); | 710 | virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const; |
711 | virtual BOOL dragOrDrop(MASK mask, BOOL drop, | 711 | virtual BOOL dragOrDrop(MASK mask, BOOL drop, |
712 | EDragAndDropType cargo_type, | 712 | EDragAndDropType cargo_type, |
713 | void* cargo_data); | 713 | void* cargo_data); |
@@ -757,7 +757,7 @@ BOOL LLTaskCategoryBridge::hasChildren() const | |||
757 | return FALSE; | 757 | return FALSE; |
758 | } | 758 | } |
759 | 759 | ||
760 | BOOL LLTaskCategoryBridge::startDrag(EDragAndDropType* type, LLUUID* id) | 760 | BOOL LLTaskCategoryBridge::startDrag(EDragAndDropType* type, LLUUID* id) const |
761 | { | 761 | { |
762 | //llinfos << "LLTaskInvFVBridge::startDrag()" << llendl; | 762 | //llinfos << "LLTaskInvFVBridge::startDrag()" << llendl; |
763 | if(mPanel) | 763 | if(mPanel) |