summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplacestab.h
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-12-03 12:15:47 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-12-03 12:15:47 -0800
commita0b4aa14d8c4678f78d78daf5cca4ace569fbf9b (patch)
treef03832d7e61704a57aad25311bc6076c7b8bc565 /indra/newview/llpanelplacestab.h
parenta5c5a6598c530f968bf5ed45a03d8ddd23abef9c (diff)
parentebdb78ef3b25247fd86f48833004b4254ca8e360 (diff)
Merge from product-engine
Diffstat (limited to 'indra/newview/llpanelplacestab.h')
-rw-r--r--indra/newview/llpanelplacestab.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llpanelplacestab.h b/indra/newview/llpanelplacestab.h
index b4d839452e..ce77a42259 100644
--- a/indra/newview/llpanelplacestab.h
+++ b/indra/newview/llpanelplacestab.h
@@ -56,13 +56,15 @@ public:
const LLUUID& snapshot_id,
bool teleport);
-public:
- // Search string for filtering landmarks and teleport history locations
- static std::string sFilterSubString;
+ const std::string& getFilterSubString() { return sFilterSubString; }
+ void setFilterSubString(const std::string& string) { sFilterSubString = string; }
protected:
LLButton* mTeleportBtn;
LLButton* mShowOnMapBtn;
+
+ // Search string for filtering landmarks and teleport history locations
+ static std::string sFilterSubString;
};
#endif //LL_LLPANELPLACESTAB_H