aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index 05877ad..d9aeb40 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -70,6 +70,7 @@ namespace build2
const variable& c_reprocess; // cc.reprocess
const variable& x_preprocessed; // x.preprocessed
+ const variable* x_symexport; // x.features.symexport
const variable& x_std;
@@ -183,7 +184,7 @@ namespace build2
x_src (src), x_mod (mod), x_hdr (hdr), x_inc (inc) {}
};
- class common: protected data
+ class common: public data
{
public:
common (data&& d): data (move (d)) {}