Fixed build issue

master
msavchenko@ubuntu 2013-06-17 15:10:38 -07:00
parent f29fab5f73
commit 8d82ebc6c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;