From df5e58e6e5eb2727a185bf9a98a462c18fa3a83d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Mar 2018 18:06:26 +0200 Subject: Setup project database infrastructure --- bdep/bdep.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bdep/bdep.cxx') diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx index ca6ff64..77dcd71 100644 --- a/bdep/bdep.cxx +++ b/bdep/bdep.cxx @@ -16,7 +16,7 @@ #include #include -#include +#include // Commands. // @@ -33,11 +33,11 @@ using namespace bdep; // Once this is done, use the "final" values of the common options to do // global initializations (verbosity level, etc). // -// If O is-a configuration_options, then also handle the @ arguments -// and place them into configuration_options::config_name. +// If O is-a project_options, then also handle the @ arguments and +// place them into project_options::config_name. // static inline bool -cfg_name (configuration_options* o, const char* a) +cfg_name (project_options* o, const char* a) { string n (a); -- cgit v1.1