diff options
Diffstat (limited to 'libbuild2/operation.cxx')
-rw-r--r-- | libbuild2/operation.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 0e782d1..2e5886c 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -1200,6 +1200,8 @@ namespace build2 nullptr, nullptr, nullptr, + nullptr, + nullptr, nullptr }; @@ -1226,6 +1228,8 @@ namespace build2 nullptr, nullptr, nullptr, + nullptr, + nullptr, nullptr }; @@ -1242,6 +1246,8 @@ namespace build2 nullptr, nullptr, nullptr, + nullptr, + nullptr, nullptr }; } |