Adapts Nearest plugin to new API
This commit is contained in:
committed by
Patrick Niklaus
parent
d572d77b48
commit
c75b497b2e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user