summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-06-24 22:12:03 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-06-24 22:12:03 +0100
commit46ca04e939a13bb4d73777aa66e609a7c0d56e40 (patch)
tree2e65369de912511fa6cf3e8728c4382db6fde11a /indra/llui/llflatlistview.h
parentbe731a31de18b10c6d2cf8cfd4187a34fbe117fd (diff)
parent4671dd6575c22f57d32fb8871d5c313fbb2b7a76 (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index caeddfc179..ded46d8122 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -488,7 +488,7 @@ public:
/**
* Returns true if last call of filterItems() found at least one matching item
*/
- bool wasLasFilterSuccessfull();
+ bool hasMatchedItems();
protected:
LLFlatListViewEx(const Params& p);
@@ -512,7 +512,7 @@ private:
/**
* True if last call of filterItems() found at least one matching item
*/
- bool mLastFilterSucceded;
+ bool mHasMatchedItems;
};
#endif