summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authormsavchenko@ubuntu <msavchenko@ubuntu>2013-06-17 15:10:38 -0700
committermsavchenko@ubuntu <msavchenko@ubuntu>2013-06-17 15:10:38 -0700
commit8d82ebc6c8682577060b1d0e960b3be810dacb39 (patch)
tree4bc1a2563e3338dd486848863220524630ae259d /indra/llui
parentf29fab5f73fc6dc0eefd0a623c69640abdcba3e8 (diff)
Fixed build issue
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llurlaction.h2
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;