aboutsummaryrefslogtreecommitdiff
path: root/build2/bin
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin')
-rw-r--r--build2/bin/target6
1 files changed, 5 insertions, 1 deletions
diff --git a/build2/bin/target b/build2/bin/target
index 0a324a5..caf96f4 100644
--- a/build2/bin/target
+++ b/build2/bin/target
@@ -105,7 +105,11 @@ namespace build2
public:
static const target_type static_type;
- virtual const target_type& dynamic_type () const {return static_type;}
+
+ virtual const target_type& dynamic_type () const override
+ {
+ return static_type;
+ }
};
// Windows import library.