diff options
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rwxr-xr-x | indra/newview/llscriptfloater.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h index 70451194b3..bb35526cf7 100755 --- a/indra/newview/llscriptfloater.h +++ b/indra/newview/llscriptfloater.h @@ -60,6 +60,11 @@ public: void onAddNotification(const LLUUID& notification_id); /** + * Removes all notifications by owner id. + */ + void removeAllNotificationsByOwner(const LLUUID& notification_id); + + /** * Removes notification. */ void removeNotification(const LLUUID& notification_id); |