diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-08 16:22:19 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-08 16:22:19 -0700 |
commit | 571ee16a1ff240873b602c6d01a1e3dbd17f2bc2 (patch) | |
tree | d014842034007f3e6891632e1e720f419c6635b2 /indra/newview/llpanelplacestab.h | |
parent | 1c4b6085064a623268919ed5c56f052f52110b41 (diff) | |
parent | 3ff6c576211a10902bd02085c11fdb448ba9181f (diff) |
Merge
Diffstat (limited to 'indra/newview/llpanelplacestab.h')
-rw-r--r-- | indra/newview/llpanelplacestab.h | 2 |
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; |