diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-24 11:10:25 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-24 11:10:25 +0200 |
commit | 05aeeedfb9171ca95c0a3400f9704b146dcd2b1c (patch) | |
tree | 4c61ec06af9a5f660ca8bc04b74f7b24c57d3408 /indra/newview | |
parent | 59f61e2ff2f6cedb480d691f130a8d5e6b16c302 (diff) |
SL-14842 Mac build fix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelteleporthistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.h b/indra/newview/llpanelteleporthistory.h index 241a2e9509..f76dc139bd 100644 --- a/indra/newview/llpanelteleporthistory.h +++ b/indra/newview/llpanelteleporthistory.h @@ -76,7 +76,7 @@ private: void onClearTeleportHistory(); bool onClearTeleportHistoryDialog(const LLSD& notification, const LLSD& response); - void refresh(); + void refresh() override; void getNextTab(const LLDate& item_date, S32& curr_tab, LLDate& tab_date); void onTeleportHistoryChange(S32 removed_index); void replaceItem(S32 removed_index); |