summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.h
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2025-05-07 17:21:53 +0200
committerGitHub <noreply@github.com>2025-05-07 18:21:53 +0300
commitbb9adf332950a6495a41aab8c6c4b2436f83f53e (patch)
treef08f081bdee83bcd46638d09d1d95b5d4755a336 /indra/newview/llfloaterworldmap.h
parent2c0e90a72de6fe79713db2390d91d6d0b9ecfded (diff)
Fix map search bug causing duplicate requests properly (#4037, #4040)
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r--indra/newview/llfloaterworldmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h
index 2f2b2b7a0d..274e4b6102 100644
--- a/indra/newview/llfloaterworldmap.h
+++ b/indra/newview/llfloaterworldmap.h
@@ -226,6 +226,7 @@ private:
LLButton* mShowDestinationButton = nullptr;
LLButton* mCopySlurlButton = nullptr;
LLButton* mGoHomeButton = nullptr;
+ LLButton* mSearchButton = nullptr;
LLCheckBoxCtrl* mPeopleCheck = nullptr;
LLCheckBoxCtrl* mInfohubCheck = nullptr;
@@ -245,6 +246,8 @@ private:
LLSliderCtrl* mZoomSlider = nullptr;
+ LLPanel* mTrackCtrlsPanel = nullptr;
+
boost::signals2::connection mTeleportFinishConnection;
};