diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-25 13:54:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-25 13:54:33 +0200 |
commit | 48707e16dd0c8806e99387b0718a078ecf092f69 (patch) | |
tree | 399a66b22959531d7e3b9ee358f109fb29ebd981 /libbuild2/b-options.hxx | |
parent | cdddf131403120ca73c83fa8a63da6e71ab3dae4 (diff) |
Rename cmdline to b_cmdline, and options to b_options
Diffstat (limited to 'libbuild2/b-options.hxx')
-rw-r--r-- | libbuild2/b-options.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/b-options.hxx b/libbuild2/b-options.hxx index ffdecf5..d8d85d3 100644 --- a/libbuild2/b-options.hxx +++ b/libbuild2/b-options.hxx @@ -19,10 +19,10 @@ namespace build2 { - class LIBBUILD2_SYMEXPORT options + class LIBBUILD2_SYMEXPORT b_options { public: - options (); + b_options (); // Return true if anything has been parsed. // @@ -67,7 +67,7 @@ namespace build2 // them as if they appeared after options in this instance. // void - merge (const options&); + merge (const b_options&); // Option accessors. // |