diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp
index d0b2030d128414bc882d9c71c5bfb7fa6df62c3e..8f0a48018fb26132f0ca1b5257a1110850dce4d3 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);
 	}