cf
This commit is contained in:
committed by
Patrick Niklaus
parent
b80e96547e
commit
3beb8c825b
+1
-3
@@ -10,9 +10,7 @@
|
||||
using namespace osrm;
|
||||
|
||||
// generate boost::program_options object for the routing part
|
||||
bool generateDataStoreOptions(const int argc,
|
||||
const char *argv[],
|
||||
storage::DataPaths &paths)
|
||||
bool generateDataStoreOptions(const int argc, const char *argv[], storage::DataPaths &paths)
|
||||
{
|
||||
// declare a group of options that will be allowed only on command line
|
||||
boost::program_options::options_description generic_options("Options");
|
||||
|
||||
Reference in New Issue
Block a user