diff options
author | msavchenko@ubuntu <msavchenko@ubuntu> | 2013-06-17 15:10:38 -0700 |
---|---|---|
committer | msavchenko@ubuntu <msavchenko@ubuntu> | 2013-06-17 15:10:38 -0700 |
commit | 8d82ebc6c8682577060b1d0e960b3be810dacb39 (patch) | |
tree | 4bc1a2563e3338dd486848863220524630ae259d /indra/llui | |
parent | f29fab5f73fc6dc0eefd0a623c69640abdcba3e8 (diff) |
Fixed build issue
Diffstat (limited to 'indra/llui')
-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; |