summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfilter.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-04-22 19:27:25 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-04-22 19:27:25 +0300
commit331663458fbf0a434701b1bb1dd15901eb1c20fe (patch)
treef42f105886a114bb3bc8177e7591718338cd749f /indra/newview/llinventoryfilter.cpp
parent29e0c3b18fe7dc504a898c7f50a372731a4fa291 (diff)
MAINT-1344 FIXED Attempting to move a folder or item, to another folder in a different inventory window found via inventory search, fails.
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
-rwxr-xr-xindra/newview/llinventoryfilter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp
index c314886f16..b941552f21 100755
--- a/indra/newview/llinventoryfilter.cpp
+++ b/indra/newview/llinventoryfilter.cpp
@@ -985,6 +985,11 @@ void LLInventoryFilter::fromParams(const Params& params)
setDateRangeLastLogoff(params.since_logoff);
}
+U64 LLInventoryFilter::getFilterTypes() const
+{
+ return mFilterOps.mFilterTypes;
+}
+
U64 LLInventoryFilter::getFilterObjectTypes() const
{
return mFilterOps.mFilterObjectTypes;