no ticket. fixing at least win build

--HG--
branch : product-engine
master
Yuri Chebotarev 2009-12-11 09:20:58 +02:00
parent b8b619ddeb
commit 791465bab9
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&
// * we can't build two messages at once.
if (2 == button)
{
gCacheName->get(mFromID, mFromGroup, &inventory_offer_mute_callback);
gCacheName->get(mFromID, mFromGroup, boost::bind(&inventory_offer_mute_callback,_1,_2,_3,_4,this));
}
std::string from_string; // Used in the pop-up.