aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatermap.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r--linden/indra/newview/llfloatermap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h
index 0fff8a3..09fce01 100644
--- a/linden/indra/newview/llfloatermap.h
+++ b/linden/indra/newview/llfloatermap.h
@@ -48,7 +48,7 @@ public:
48 static void* createPanelMiniMap(void* data); 48 static void* createPanelMiniMap(void* data);
49 49
50 static void updateRadar(); 50 static void updateRadar();
51 static BOOL isSelected(LLUUID agent); 51 static LLUUID getSelected();
52 52
53 BOOL postBuild(); 53 BOOL postBuild();
54 54
@@ -69,7 +69,6 @@ private:
69 LLUUID mSelectedAvatar; 69 LLUUID mSelectedAvatar;
70 std::map<LLUUID, LLVector3d> mAvatars; 70 std::map<LLUUID, LLVector3d> mAvatars;
71 bool mUpdate; 71 bool mUpdate;
72 static LLFloaterMap* sInstance;
73 72
74 static void onList(LLUICtrl* ctrl, void* user_data); 73 static void onList(LLUICtrl* ctrl, void* user_data);
75 static void onRangeChange(LLFocusableElement* focus, void* user_data); 74 static void onRangeChange(LLFocusableElement* focus, void* user_data);