diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterteleporthistory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterteleporthistory.h b/linden/indra/newview/llfloaterteleporthistory.h index e458259..702daf5 100644 --- a/linden/indra/newview/llfloaterteleporthistory.h +++ b/linden/indra/newview/llfloaterteleporthistory.h | |||
@@ -63,9 +63,12 @@ class LLFloaterTeleportHistory : public LLFloater | |||
63 | /// @brief: adds a teleport destination to the list of visited places | 63 | /// @brief: adds a teleport destination to the list of visited places |
64 | void addEntry(std::string regionName, S16 x, S16 y, S16 z,bool outList); | 64 | void addEntry(std::string regionName, S16 x, S16 y, S16 z,bool outList); |
65 | 65 | ||
66 | void clearHistory(); | ||
67 | |||
66 | protected: | 68 | protected: |
67 | static void onInPlacesSelected(LLUICtrl* ctrl, void* data); | 69 | static void onInPlacesSelected(LLUICtrl* ctrl, void* data); |
68 | static void onOutPlacesSelected(LLUICtrl* ctrl, void* data); | 70 | static void onOutPlacesSelected(LLUICtrl* ctrl, void* data); |
71 | static void onClearHistory(void* data); | ||
69 | static void onTeleport(void* data); | 72 | static void onTeleport(void* data); |
70 | static void onShowOnMap(void* data); | 73 | static void onShowOnMap(void* data); |
71 | static void onCopySLURL(void* data); | 74 | static void onCopySLURL(void* data); |