aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterworldmap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llfloaterworldmap.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterworldmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterworldmap.h b/linden/indra/newview/llfloaterworldmap.h
index 1757f86..b98bbbb 100644
--- a/linden/indra/newview/llfloaterworldmap.h
+++ b/linden/indra/newview/llfloaterworldmap.h
@@ -108,6 +108,9 @@ public:
108 // Catch changes in the sim list 108 // Catch changes in the sim list
109 void updateSims(bool found_null_sim); 109 void updateSims(bool found_null_sim);
110 110
111 // teleport to the tracked item, if there is one
112 void teleport();
113
111protected: 114protected:
112 static void onPanBtn( void* userdata ); 115 static void onPanBtn( void* userdata );
113 116
@@ -123,7 +126,7 @@ protected:
123 126
124 static void onClearBtn(void*); 127 static void onClearBtn(void*);
125 static void onFlyBtn(void*); 128 static void onFlyBtn(void*);
126 static void onTeleportBtn(void*); 129 static void onClickTeleportBtn(void*);
127 static void onShowTargetBtn(void*); 130 static void onShowTargetBtn(void*);
128 static void onShowAgentBtn(void*); 131 static void onShowAgentBtn(void*);
129 static void onCopySLURL(void*); 132 static void onCopySLURL(void*);
@@ -136,9 +139,6 @@ protected:
136 // fly to the tracked item, if there is one 139 // fly to the tracked item, if there is one
137 void fly(); 140 void fly();
138 141
139 // teleport to the tracked item, if there is one
140 void teleport();
141
142 void buildLandmarkIDLists(); 142 void buildLandmarkIDLists();
143 static void onGoToLandmarkDialog(S32 option,void* userdata); 143 static void onGoToLandmarkDialog(S32 option,void* userdata);
144 void flyToLandmark(); 144 void flyToLandmark();