aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index a280a79..b0c8091 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -402,6 +402,9 @@ namespace build2
V () const;
const bool&
+ progress () const;
+
+ const bool&
quiet () const;
const uint16_t&
@@ -494,6 +497,7 @@ namespace build2
public:
bool v_;
bool V_;
+ bool progress_;
bool quiet_;
uint16_t verbose_;
bool verbose_specified_;