aboutsummaryrefslogtreecommitdiff
path: root/include/ninja/Ninja.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ninja/Ninja.hpp')
-rw-r--r--include/ninja/Ninja.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ninja/Ninja.hpp b/include/ninja/Ninja.hpp
index 095c959..1a5695d 100644
--- a/include/ninja/Ninja.hpp
+++ b/include/ninja/Ninja.hpp
@@ -89,12 +89,12 @@ namespace ninja
struct NinjaBuild
{
- const NinjaRule *rule;
+ const NinjaRule *rule = nullptr;
const std::vector<std::string> in;
const std::string out;
const std::vector<ninja::NinjaArgValue> additionalArgs;
const std::vector<NinjaBuild*> dependsOnBuilds;
- bool alwaysRun;
+ bool alwaysRun = false;
};
// Functions throw NinjaException on failure