aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-08 18:06:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-08 18:06:26 +0200
commitdf5e58e6e5eb2727a185bf9a98a462c18fa3a83d (patch)
treefb0cc76643865390ac3e45462d51ea02575a3175 /bdep/bdep.cxx
parentf9ebe2d1e920df001be2dd543a63677f8728f53d (diff)
Setup project database infrastructure
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx8
1 files changed, 4 insertions, 4 deletions
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 <bdep/diagnostics.hxx>
#include <bdep/bdep-options.hxx>
-#include <bdep/config-options.hxx>
+#include <bdep/project-options.hxx>
// 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 @<cfg-name> arguments
-// and place them into configuration_options::config_name.
+// If O is-a project_options, then also handle the @<cfg-name> 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);