diff options
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index a671b04..6af074c 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -349,6 +349,13 @@ namespace build2 { } + // adhoc_rule_with_deadline (vtable) + // + adhoc_rule_with_deadline:: + ~adhoc_rule_with_deadline () + { + } + // Scope operation callback that cleans up recipe builds. // target_state adhoc_rule:: |