diff options
-rwxr-xr-x | indra/llui/llurlaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlaction.h b/indra/llui/llurlaction.h index 65283394a0..1984ec63e9 100755 --- a/indra/llui/llurlaction.h +++ b/indra/llui/llurlaction.h @@ -79,7 +79,7 @@ public: static std::string getUserID(std::string url); static void sendIM(std::string url); static void addFriend(std::string url); - static void LLUrlAction::removeFriend(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; |