diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-23 00:22:31 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-23 17:48:48 +0300 |
commit | be7f6b857547e008500b56a9838b5df72b0b49cd (patch) | |
tree | a20e4bf4ce8f70345a6156f5dc8b6e89da03c5b0 /indra/newview/lllandmarklist.h | |
parent | 1b900651f193c3750b51b9e945797e1f6d3c63f5 (diff) |
SL-14956 Fix landmarks sometimes staying in mLoadedCallbackMap #2
Improved fix
Diffstat (limited to 'indra/newview/lllandmarklist.h')
-rw-r--r-- | indra/newview/lllandmarklist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllandmarklist.h b/indra/newview/lllandmarklist.h index 2e7bd25610..4f3b11660d 100644 --- a/indra/newview/lllandmarklist.h +++ b/indra/newview/lllandmarklist.h @@ -65,6 +65,7 @@ public: protected: void onRegionHandle(const LLUUID& landmark_id); + void eraseCallbacks(const LLUUID& landmark_id); void makeCallbacks(const LLUUID& landmark_id); typedef std::map<LLUUID, LLLandmark*> landmark_list_t; |