diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llpanelinventory.cpp | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
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) |