aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/target
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/target')
-rw-r--r--build2/cxx/target4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/target b/build2/cxx/target
index 0239c25..d581caf 100644
--- a/build2/cxx/target
+++ b/build2/cxx/target
@@ -48,10 +48,10 @@ namespace build2
virtual const target_type& dynamic_type () const {return static_type;}
};
- class cxx: public file
+ class cxx: public cc::cc
{
public:
- using file::file;
+ using cc::cc;
public:
static const target_type static_type;