summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplacestab.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-08 08:57:16 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-08 08:57:16 +0100
commite979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (patch)
tree1ebc1db620866f432268a49ea419f7422b994b5b /indra/newview/llpanelplacestab.h
parentac8537b4ee06c3463571b12155bf62fa1f9b0cd2 (diff)
parent8ce661ae5d2a49bf120534769741932785cffb37 (diff)
PE viewer-trunk merge.
Diffstat (limited to 'indra/newview/llpanelplacestab.h')
-rw-r--r--indra/newview/llpanelplacestab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelplacestab.h b/indra/newview/llpanelplacestab.h
index ce77a42259..f4e93a7658 100644
--- a/indra/newview/llpanelplacestab.h
+++ b/indra/newview/llpanelplacestab.h
@@ -45,6 +45,7 @@ public:
virtual void onSearchEdit(const std::string& string) = 0;
virtual void updateVerbs() = 0; // Updates buttons at the bottom of Places panel
virtual void onShowOnMap() = 0;
+ virtual void onShowProfile() = 0;
virtual void onTeleport() = 0;
bool isTabVisible(); // Check if parent TabContainer is visible.
@@ -62,6 +63,7 @@ public:
protected:
LLButton* mTeleportBtn;
LLButton* mShowOnMapBtn;
+ LLButton* mShowProfile;
// Search string for filtering landmarks and teleport history locations
static std::string sFilterSubString;