diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-03-14 21:15:18 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-03-14 21:15:18 +0200 |
commit | abf5d5b36083d4f1d94674e456750838ae683157 (patch) | |
tree | c4e75451674e8890234620a3aafe05fea959e6ed /indra/newview/llinventorybridge.h | |
parent | d9a3eb063271abeec6b437730328fe4a6b1b81f2 (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-x | indra/newview/llinventorybridge.h | 1 |
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; }; |