summaryrefslogtreecommitdiffstats
path: root/src/build_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/build_log.h')
-rw-r--r--src/build_log.h3
1 files changed, 2 insertions, 1 deletions
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<LogEntry*>::Type Log;
Log log_;
+private:
FILE* log_file_;
BuildConfig* config_;
bool needs_recompaction_;