diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-01-21 02:22:50 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-01-21 02:23:06 +0200 |
commit | 676ed67485d51150e89257f82e57b19bd55b9e8c (patch) | |
tree | 5e2ca785973aa7a480e877e4c35abd2969564478 /indra/newview/lldonotdisturbnotificationstorage.h | |
parent | 993908c8b47aa865b07f7f58b6f85eb2e38efcbc (diff) |
SL-12335 Viewer loaded notifications from wrong file
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.h')
-rw-r--r-- | indra/newview/lldonotdisturbnotificationstorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.h b/indra/newview/lldonotdisturbnotificationstorage.h index c6f0bf1ab5..237d58b4de 100644 --- a/indra/newview/lldonotdisturbnotificationstorage.h +++ b/indra/newview/lldonotdisturbnotificationstorage.h @@ -61,6 +61,7 @@ public: void loadNotifications(); void updateNotifications(); void removeNotification(const char * name, const LLUUID& id); + void reset(); protected: |