summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph.h b/src/graph.h
index b483c6d..20765a3 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -109,10 +109,10 @@ struct Rule {
const EvalString& description() const { return description_; }
const EvalString& depfile() const { return depfile_; }
- private:
+ // TODO: private:
+
// Allow the parsers to reach into this object and fill out its fields.
friend class ManifestParser;
- friend class ParserTest;
string name_;