From 48707e16dd0c8806e99387b0718a078ecf092f69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Apr 2022 13:54:33 +0200 Subject: Rename cmdline to b_cmdline, and options to b_options --- libbuild2/b-options.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbuild2/b-options.hxx') 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. // -- cgit v1.1