diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-18 18:35:32 +0200 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-18 18:35:32 +0200 | 
| commit | 3b97a200b80949398cc349cac9788f7c60c8dc63 (patch) | |
| tree | 54d68b2185b03aca03d3553763a6436792d570fc | |
| parent | abda07fb77de69b294eafb65cb1cfb265855365f (diff) | |
STORM-796 ADDITIONAL_FIX Fixed Mac build.
| -rw-r--r-- | indra/llui/tests/llurlentry_test.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);  	} | 
