Adapts Nearest plugin to new API

This commit is contained in:
Daniel J. Hofmann
2016-02-17 13:49:44 -08:00
committed by Patrick Niklaus
parent d572d77b48
commit c75b497b2e
7 changed files with 122 additions and 98 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ int main(int argc, const char *argv[]) try
}
else
{
std::packaged_task<int()> server_task([&]() -> int
std::packaged_task<int()> server_task([&]
{
routing_server->Run();
return 0;