From 572af460ec02494e405face52d49cd8b41f8c9f4 Mon Sep 17 00:00:00 2001 From: dolphin Date: Tue, 25 Mar 2014 13:01:22 -0700 Subject: Attempting to fix the mac build, take 2 --- indra/newview/llexperiencelog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llexperiencelog.cpp b/indra/newview/llexperiencelog.cpp index 66129a39a2..f1e097f22d 100644 --- a/indra/newview/llexperiencelog.cpp +++ b/indra/newview/llexperiencelog.cpp @@ -268,6 +268,6 @@ void LLExperienceLog::setNotifyNewEvent( bool val ) } else if( val && !mNotifyConnection.connected()) { - mNotifyConnection = addUpdateSignal((callback_slot_t)notify); + mNotifyConnection = addUpdateSignal(boost::function(LLExperienceLog::notify)); } } -- cgit v1.2.3