aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelinventory.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-08 15:28:04 -0600
committerJacek Antonelli2008-12-08 15:28:04 -0600
commitbcebf893a9a772e24cba036ee4cf2033a185f5c0 (patch)
treee30b1fd0068e796c831d270f2539be69e36023dd /linden/indra/newview/llpanelinventory.cpp
parentAdded LLFolderViewEventListener::getNInventoryType() (diff)
downloadmeta-impy-bcebf893a9a772e24cba036ee4cf2033a185f5c0.zip
meta-impy-bcebf893a9a772e24cba036ee4cf2033a185f5c0.tar.gz
meta-impy-bcebf893a9a772e24cba036ee4cf2033a185f5c0.tar.bz2
meta-impy-bcebf893a9a772e24cba036ee4cf2033a185f5c0.tar.xz
LLInvFVBridge and derived classes have NTypes.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelinventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelinventory.cpp b/linden/indra/newview/llpanelinventory.cpp
index 3c0e6d7..e41ecdc 100644
--- a/linden/indra/newview/llpanelinventory.cpp
+++ b/linden/indra/newview/llpanelinventory.cpp
@@ -146,6 +146,7 @@ public:
146 virtual BOOL isUpToDate() const { return TRUE; } 146 virtual BOOL isUpToDate() const { return TRUE; }
147 virtual BOOL hasChildren() const { return FALSE; } 147 virtual BOOL hasChildren() const { return FALSE; }
148 virtual LLInventoryType::EType getInventoryType() const { return LLInventoryType::IT_NONE; } 148 virtual LLInventoryType::EType getInventoryType() const { return LLInventoryType::IT_NONE; }
149 virtual LLInventoryType::NType getNInventoryType() const { return LLInventoryType::NIT_NONE; }
149 // LLDragAndDropBridge functionality 150 // LLDragAndDropBridge functionality
150 virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const; 151 virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const;
151 virtual BOOL dragOrDrop(MASK mask, BOOL drop, 152 virtual BOOL dragOrDrop(MASK mask, BOOL drop,