Skip to content
Snippets Groups Projects
Commit c104c887 authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

Mac build fix.

parent 8d0c73df
No related branches found
No related tags found
No related merge requests found
...@@ -171,8 +171,8 @@ void LLIMModel::setActiveSessionID(const LLUUID& session_id) ...@@ -171,8 +171,8 @@ void LLIMModel::setActiveSessionID(const LLUUID& session_id)
LLIMModel::LLIMModel() LLIMModel::LLIMModel()
{ {
addNewMsgCallback(LLIMFloater::newIMCallback); addNewMsgCallback(boost::bind(&LLIMFloater::newIMCallback, _1));
addNewMsgCallback(toast_callback); addNewMsgCallback(boost::bind(&toast_callback, _1));
} }
LLIMModel::LLIMSession::LLIMSession(const LLUUID& session_id, const std::string& name, const EInstantMessage& type, const LLUUID& other_participant_id, const uuid_vec_t& ids, bool voice) LLIMModel::LLIMSession::LLIMSession(const LLUUID& session_id, const std::string& name, const EInstantMessage& type, const LLUUID& other_participant_id, const uuid_vec_t& ids, bool voice)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment