aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/ResultsWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/ResultsWriter.h')
-rw-r--r--bench/ResultsWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/ResultsWriter.h b/bench/ResultsWriter.h
index b8b9a2e5ed..2906429bf0 100644
--- a/bench/ResultsWriter.h
+++ b/bench/ResultsWriter.h
@@ -79,8 +79,8 @@ public:
: fFilename(filename)
, fRoot()
, fResults(fRoot["results"])
- , fBench(NULL)
- , fConfig(NULL) {}
+ , fBench(nullptr)
+ , fConfig(nullptr) {}
~NanoJSONResultsWriter() {
this->flush();