diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-11 09:20:58 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-11 09:20:58 +0200 |
commit | 791465bab968a738568ddf0abaa5fa6766eb020d (patch) | |
tree | 6ea67a0964ff1104776adf7b9a49d9bbd7cb06b5 /indra/newview | |
parent | b8b619ddebaeee68cd1cef694d43773d24cc5c7b (diff) |
no ticket. fixing at least win build
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 93d040844c..bdc996c7d9 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -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. |