From 3b97a200b80949398cc349cac9788f7c60c8dc63 Mon Sep 17 00:00:00 2001
From: Vadim ProductEngine <vsavchuk@productengine.com>
Date: Sat, 18 Dec 2010 18:35:32 +0200
Subject: [PATCH] STORM-796 ADDITIONAL_FIX Fixed Mac build.

---
 indra/llui/tests/llurlentry_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp
index d0b2030d12..8f0a48018f 100644
--- a/indra/llui/tests/llurlentry_test.cpp
+++ b/indra/llui/tests/llurlentry_test.cpp
@@ -119,7 +119,7 @@ namespace tut
 			S32 start = static_cast<U32>(result[0].first - text);
 			S32 end = static_cast<U32>(result[0].second - text);
 			std::string url = std::string(text+start, end-start);
-			label = entry.getLabel(url, dummyCallback);
+			label = entry.getLabel(url, boost::bind(dummyCallback, _1, _2, _3));
 		}
 		ensure_equals(testname, label, expected);
 	}
-- 
GitLab