From ec65275c2613b01115ab4a5c07408e3e53ce7a6e Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 21 Dec 2011 17:13:25 -0800 Subject: revert part of c33b198 to fix build of ninja_test --- src/build_log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build_log.h b/src/build_log.h index ee63ed2..51cbe5e 100644 --- a/src/build_log.h +++ b/src/build_log.h @@ -69,9 +69,10 @@ struct BuildLog { /// Rewrite the known log entries, throwing away old data. bool Recompact(const string& path, string* err); - private: + // TODO: make these private. typedef ExternalStringHashMap::Type Log; Log log_; +private: FILE* log_file_; BuildConfig* config_; bool needs_recompaction_; -- cgit v0.12