diff options
Diffstat (limited to 'indra/llui/llnotificationsutil.h')
-rw-r--r-- | indra/llui/llnotificationsutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llnotificationsutil.h b/indra/llui/llnotificationsutil.h index d552fa915b..338204924a 100644 --- a/indra/llui/llnotificationsutil.h +++ b/indra/llui/llnotificationsutil.h @@ -65,6 +65,8 @@ namespace LLNotificationsUtil S32 getSelectedOption(const LLSD& notification, const LLSD& response); void cancel(LLNotificationPtr pNotif); + + LLNotificationPtr find(LLUUID uuid); } #endif |