diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index cd504392e65430ee5ad95c327078cec2ee754e17..c202333f452fb05b68747e4cfa01564fefa276e0 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -405,7 +405,7 @@ class LLAssetFilteredInventoryPanel : public LLInventoryPanel
         std::string& tooltip_msg) override;
 
 protected:
-    /*virtual*/ LLFolderViewItem*	buildNewViews(const LLUUID& id) override;
+    /*virtual*/ bool				typedViewsFilter(const LLUUID& id, LLInventoryObject const* objectp) override;
     /*virtual*/ void				itemChanged(const LLUUID& item_id, U32 mask, const LLInventoryObject* model_item) override;
 
 private: