diff options
Diffstat (limited to 'indra/llui/llurlaction.h')
-rwxr-xr-x | indra/llui/llurlaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlaction.h b/indra/llui/llurlaction.h index e31cd71a20..1984ec63e9 100755 --- a/indra/llui/llurlaction.h +++ b/indra/llui/llurlaction.h @@ -79,6 +79,7 @@ public: static std::string getUserID(std::string url); static void sendIM(std::string url); static void addFriend(std::string url); + static void removeFriend(std::string url); /// specify the callbacks to enable this class's functionality typedef boost::function<void (const std::string&)> url_callback_t; |