make Node::in_edge_ private
[platform/upstream/ninja.git] / src / build_test.cc
index 5a95701..43d5c47 100644 (file)
@@ -221,7 +221,7 @@ void BuildTest::Dirty(const string& path) {
 
   // If it's an input file, mark that we've already stat()ed it and
   // it's missing.
-  if (!node->in_edge_)
+  if (!node->in_edge())
     node->MarkMissing();
 }