This commit is contained in:
karenzshea
2016-02-15 18:44:04 -05:00
committed by Patrick Niklaus
parent b80e96547e
commit 3beb8c825b
3 changed files with 3 additions and 8 deletions
+1 -3
View File
@@ -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");