summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelteleporthistory.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-12-10 22:49:19 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-12-10 22:49:19 +0200
commitb8b619ddebaeee68cd1cef694d43773d24cc5c7b (patch)
treed7c3a57226d8732e2c7153e691ee072205b02d32 /indra/newview/llpanelteleporthistory.h
parent1967034ca0a71f95ddcd793187a3e07d3acc6639 (diff)
Fixed broken highlighting of items matching filter in teleport history.
Some forgot to replace all references to mFilterSubstring with sFilterSubstring. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.h')
-rw-r--r--indra/newview/llpanelteleporthistory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.h b/indra/newview/llpanelteleporthistory.h
index f646fea355..0c0f891f32 100644
--- a/indra/newview/llpanelteleporthistory.h
+++ b/indra/newview/llpanelteleporthistory.h
@@ -109,7 +109,6 @@ private:
S32 mLastSelectedItemIndex;
bool mDirty;
S32 mCurrentItem;
- std::string mFilterSubString;
typedef LLDynamicArray<LLAccordionCtrlTab*> item_containers_t;
item_containers_t mItemContainers;