diff options
Diffstat (limited to 'src/graph.h')
-rw-r--r-- | src/graph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graph.h b/src/graph.h index b290d24..b66316d 100644 --- a/src/graph.h +++ b/src/graph.h @@ -109,8 +109,7 @@ struct Rule { const EvalString& description() const { return description_; } const EvalString& depfile() const { return depfile_; } - // TODO: private: - + private: // Allow the parsers to reach into this object and fill out its fields. friend struct ManifestParser; |