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/llpersistentnotificationstorage.h | |
parent | 993908c8b47aa865b07f7f58b6f85eb2e38efcbc (diff) |
SL-12335 Viewer loaded notifications from wrong file
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.h')
-rw-r--r-- | indra/newview/llpersistentnotificationstorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpersistentnotificationstorage.h b/indra/newview/llpersistentnotificationstorage.h index 1fb4487286..335d85aaf6 100644 --- a/indra/newview/llpersistentnotificationstorage.h +++ b/indra/newview/llpersistentnotificationstorage.h @@ -52,6 +52,7 @@ public: void saveNotifications(); void loadNotifications(); + void reset(); protected: |