diff options
-rw-r--r-- | src/build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h index 322291f..f8d877b 100644 --- a/src/build.h +++ b/src/build.h @@ -271,7 +271,7 @@ struct BuildStatus { int started_edges_, finished_edges_, total_edges_; /// Map of running edge to time the edge started running. - typedef map<Edge*, int> RunningEdgeMap; + typedef map<const Edge*, int> RunningEdgeMap; RunningEdgeMap running_edges_; /// Prints progress output. |