From 7e7fe1537c052a5c687583f6ebb045cf74fa4ed5 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Mon, 22 Dec 2014 14:03:30 +0100 Subject: [PATCH] Make start time const. --- libheaptrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheaptrack.cpp b/libheaptrack.cpp index 4d20aa3..0a043e3 100644 --- a/libheaptrack.cpp +++ b/libheaptrack.cpp @@ -484,7 +484,7 @@ private: TraceTree traceTree; - chrono::time_point start = clock::now(); + const chrono::time_point start = clock::now(); atomic stopTimerThread{false}; thread timerThread; -- 2.7.4