aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/b-options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/b-options.hxx')
-rw-r--r--libbuild2/b-options.hxx6
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.
//