summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-03-14 21:15:18 +0200
committerandreykproductengine <akleshchev@productengine.com>2014-03-14 21:15:18 +0200
commitabf5d5b36083d4f1d94674e456750838ae683157 (patch)
treec4e75451674e8890234620a3aafe05fea959e6ed /indra/newview/llinventorybridge.h
parentd9a3eb063271abeec6b437730328fe4a6b1b81f2 (diff)
MAINT-3426 FIXED Searching inventory for "online" no longer returns online friends calling cards in search results.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rwxr-xr-xindra/newview/llinventorybridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index bc875e8f37..b29235260b 100755
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -419,6 +419,7 @@ public:
void* cargo_data,
std::string& tooltip_msg);
void refreshFolderViewItem();
+ void checkSearchBySuffixChanges();
protected:
LLCallingCardObserver* mObserver;
};