summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.h b/src/graph.h
index 20765a3..0514c0c 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -112,7 +112,7 @@ struct Rule {
// TODO: private:
// Allow the parsers to reach into this object and fill out its fields.
- friend class ManifestParser;
+ friend struct ManifestParser;
string name_;