summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index 845c947..23ca12b 100644
--- a/src/state.h
+++ b/src/state.h
@@ -72,7 +72,7 @@ struct State {
BindingEnv bindings_;
vector<Node*> defaults_;
- struct BuildLog* build_log_;
+ BuildLog* build_log_;
};
#endif // NINJA_STATE_H_