Skip to content
Snippets Groups Projects
Commit 3b97a200 authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-796 ADDITIONAL_FIX Fixed Mac build.

parent abda07fb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment