summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpicks.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-11-27 11:37:48 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-11-27 11:37:48 +0200
commita67af8e7e8823b068cee909bcdc3d8a622a407d5 (patch)
tree964093b2e162849d07d7c8150207946cf8379c57 /indra/newview/llpanelpicks.h
parent87ed47c9145c22e7b9e26f4bbca5282c128ac746 (diff)
fixed EXT-2566 "Unable to locate other avatars on map via "map" button (previously "show on map")"
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpicks.h')
-rw-r--r--indra/newview/llpanelpicks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelpicks.h b/indra/newview/llpanelpicks.h
index b17b6d6fe9..b21b1c64b1 100644
--- a/indra/newview/llpanelpicks.h
+++ b/indra/newview/llpanelpicks.h
@@ -86,6 +86,9 @@ public:
// parent panels failed to work (picks related code was in my profile panel)
void setProfilePanel(LLPanelProfile* profile_panel);
+protected:
+ /*virtual*/void updateButtons();
+
private:
void onClickDelete();
void onClickTeleport();
@@ -125,7 +128,6 @@ private:
bool callbackDeleteClassified(const LLSD& notification, const LLSD& response);
bool callbackTeleport(const LLSD& notification, const LLSD& response);
- void updateButtons();
virtual void onDoubleClickPickItem(LLUICtrl* item);
virtual void onDoubleClickClassifiedItem(LLUICtrl* item);