summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r--indra/newview/llfloaterworldmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h
index 1757f866d8..b98bbbbe44 100644
--- a/indra/newview/llfloaterworldmap.h
+++ b/indra/newview/llfloaterworldmap.h
@@ -108,6 +108,9 @@ public:
// Catch changes in the sim list
void updateSims(bool found_null_sim);
+ // teleport to the tracked item, if there is one
+ void teleport();
+
protected:
static void onPanBtn( void* userdata );
@@ -123,7 +126,7 @@ protected:
static void onClearBtn(void*);
static void onFlyBtn(void*);
- static void onTeleportBtn(void*);
+ static void onClickTeleportBtn(void*);
static void onShowTargetBtn(void*);
static void onShowAgentBtn(void*);
static void onCopySLURL(void*);
@@ -136,9 +139,6 @@ protected:
// fly to the tracked item, if there is one
void fly();
- // teleport to the tracked item, if there is one
- void teleport();
-
void buildLandmarkIDLists();
static void onGoToLandmarkDialog(S32 option,void* userdata);
void flyToLandmark();